]> granicus.if.org Git - shadow/commitdiff
grent.c does not exist anymore. Remove the putgrent prototype.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 5 Jan 2008 13:05:21 +0000 (13:05 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 5 Jan 2008 13:05:21 +0000 (13:05 +0000)
ChangeLog
lib/prototypes.h

index 4d03ccfecf70b645047fb2c172bcec67f97a4ead..906192368c6eb0fecb06f30bc6f0bf403f5615ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-05  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * lib/prototypes.h: grent.c does not exist anymore. Remove the
+       putgrent prototype.
+
 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
 
        * src/newgrp.c: Remove duplicate logging to syslog.
index 166827683254c90de47572fbe18ef031df4e84e2..aafc3aad985a0c4e7da26931fc70e8b134e8ac9b 100644 (file)
@@ -78,9 +78,6 @@ extern int getlong(const char *numstr, long int *result);
 extern char *fgetsx (char *, int, FILE *);
 extern int fputsx (const char *, FILE *);
 
-/* grent.c */
-extern int putgrent (const struct group *, FILE *);
-
 /* hushed.c */
 extern int hushed (const struct passwd *);