[Pkg-shadow-commits] r1647 - in upstream/trunk: . lib

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sat Jan 5 14:35:13 UTC 2008


Author: nekral-guest
Date: 2008-01-05 14:35:13 +0000 (Sat, 05 Jan 2008)
New Revision: 1647

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/lib/groupio.c
Log:
Remove prototype of putgrent(), add parameter's name of sgetgrent().


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-01-05 14:17:43 UTC (rev 1646)
+++ upstream/trunk/ChangeLog	2008-01-05 14:35:13 UTC (rev 1647)
@@ -1,5 +1,10 @@
 2008-01-05  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* lib/groupio.c: Remove prototype of putgrent(), add parameter's
+	name of sgetgrent().
+
+2008-01-05  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* NEWS, src/groupmod.c, src/groupadd.c: Add option --password to
 	groupadd and groupmod (similar to useradd and usermod).
 

Modified: upstream/trunk/lib/groupio.c
===================================================================
--- upstream/trunk/lib/groupio.c	2008-01-05 14:17:43 UTC (rev 1646)
+++ upstream/trunk/lib/groupio.c	2008-01-05 14:35:13 UTC (rev 1647)
@@ -8,9 +8,9 @@
 #include "commonio.h"
 #include "getdef.h"
 #include "groupio.h"
-extern int putgrent (const struct group *, FILE *);
-extern struct group *sgetgrent (const char *);
 
+extern struct group *sgetgrent (const char *buf);
+
 static struct commonio_entry *merge_group_entries (struct commonio_entry *,
                                                    struct commonio_entry *);
 static int split_groups (unsigned int);




More information about the Pkg-shadow-commits mailing list