bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] userspec: depend on the inttostr module, too


From: Jim Meyering
Subject: [PATCH] userspec: depend on the inttostr module, too
Date: Sat, 28 Nov 2009 11:53:00 +0100

FYI, while writing unit tests, I noticed this:

>From cf8ddf08dec79be620c011ce204cbdb6bff35c50 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Sat, 28 Nov 2009 09:28:40 +0100
Subject: [PATCH] userspec: depend on the inttostr module, too

* modules/userspec (Depends-on): Add inttostr.
---
 ChangeLog        |    3 +++
 modules/userspec |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0f130f5..979a554 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-11-28  Jim Meyering  <address@hidden>

+       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 71fbe33..95da75d 100644
--- a/modules/userspec
+++ b/modules/userspec
@@ -14,6 +14,7 @@ xstrtol
 strdup
 gettext-h
 intprops
+inttostr
 stdbool

 configure.ac:
--
1.6.6.rc0.308.g2d025




reply via email to

[Prev in Thread] Current Thread [Next in Thread]