changeset 12374:5a0b2165f31b

userspec: depend on the inttostr module, too * modules/userspec (Depends-on): Add inttostr.
author Jim Meyering <meyering@redhat.com>
date Sat, 28 Nov 2009 09:28:40 +0100
parents 3cbb46b89edf
children cfcde3448971
files ChangeLog modules/userspec
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/modules/userspec
+++ b/modules/userspec
@@ -14,6 +14,7 @@
 strdup
 gettext-h
 intprops
+inttostr
 stdbool
 
 configure.ac: