summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-11-28 09:28:40 +0100
committerJim Meyering <meyering@redhat.com>2009-11-28 09:28:40 +0100
commitcf8ddf08dec79be620c011ce204cbdb6bff35c50 (patch)
tree327eec2a8b9c1960e4576d2217a5ca7d4d2f7800
parent2ead6c09f1bda238b1ccd923f9983b7744581c83 (diff)
downloadgnulib-cf8ddf08dec79be620c011ce204cbdb6bff35c50.tar.gz
userspec: depend on the inttostr module, too
* modules/userspec (Depends-on): Add inttostr.
-rw-r--r--ChangeLog3
-rw-r--r--modules/userspec1
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f130f5596..979a5549eb 100644
--- 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.
diff --git a/modules/userspec b/modules/userspec
index 71fbe33b9b..95da75d5a4 100644
--- a/modules/userspec
+++ b/modules/userspec
@@ -14,6 +14,7 @@ xstrtol
strdup
gettext-h
intprops
+inttostr
stdbool
configure.ac: