# HG changeset patch # User Jim Meyering # Date 1259396920 -3600 # Node ID 5a0b2165f31b1d51546e43ad600443808cbebefb # Parent 3cbb46b89edfe68304250bc2286afa33ffacc1c2 userspec: depend on the inttostr module, too * modules/userspec (Depends-on): Add inttostr. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-11-28 Jim Meyering + userspec: depend on the inttostr module, too + * modules/userspec (Depends-on): Add inttostr. + userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1 * lib/userspec.c (parse_with_separator): Do not accept a user ID number of MAXUID when it evaluates to (uid_t) -1. diff --git a/modules/userspec b/modules/userspec --- a/modules/userspec +++ b/modules/userspec @@ -14,6 +14,7 @@ strdup gettext-h intprops +inttostr stdbool configure.ac: