]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Remove prototype of putgrent(), add parameter's name of sgetgrent().
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 5 Jan 2008 14:35:13 +0000 (14:35 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 5 Jan 2008 14:35:13 +0000 (14:35 +0000)
ChangeLog
lib/groupio.c

index 7d0c03885c30c5957b1053ee23bcd38d3dd77eed..ee695035d85163c2fceb8da4a8c3c6355fecff40 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-05  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * lib/groupio.c: Remove prototype of putgrent(), add parameter's
+       name of sgetgrent().
+
 2008-01-05  Nicolas François  <nicolas.francois@centraliens.net>
 
        * NEWS, src/groupmod.c, src/groupadd.c: Add option --password to
index a519bc801bda414b983d41814a5a8cf9e2d5a7d6..97d3d7239deb52ab069455315097e22656fc0ffe 100644 (file)
@@ -8,8 +8,8 @@
 #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 *);