userspec: depend on the inttostr module, too
authorJim Meyering <meyering@redhat.com>
Sat, 28 Nov 2009 08:28:40 +0000 (09:28 +0100)
committerJim Meyering <meyering@redhat.com>
Sat, 28 Nov 2009 08:28:40 +0000 (09:28 +0100)
* modules/userspec (Depends-on): Add inttostr.

ChangeLog
modules/userspec

index 0f130f5596f66122daf223337e070ffc3cb2438d..979a5549ebd0d25ffab03a9b2d76c993ad7af0b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-11-28  Jim Meyering  <meyering@redhat.com>
 
+       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.
index 71fbe33b9bc859d16d984d12fdd6a9a237cf6ca6..95da75d5a42e8e097f76da1bf0986cdbaf8d2574 100644 (file)
@@ -14,6 +14,7 @@ xstrtol
 strdup
 gettext-h
 intprops
+inttostr
 stdbool
 
 configure.ac: