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

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sat Jan 5 13:05:21 UTC 2008


Author: nekral-guest
Date: 2008-01-05 13:05:21 +0000 (Sat, 05 Jan 2008)
New Revision: 1631

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/lib/prototypes.h
Log:
grent.c does not exist anymore. Remove the putgrent prototype.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-01-04 20:28:51 UTC (rev 1630)
+++ upstream/trunk/ChangeLog	2008-01-05 13:05:21 UTC (rev 1631)
@@ -1,3 +1,8 @@
+2008-01-05  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* lib/prototypes.h: grent.c does not exist anymore. Remove the
+	putgrent prototype.
+
 2008-01-01  Nicolas François  <nicolas.francois at centraliens.net>
 
 	* src/newgrp.c: Remove duplicate logging to syslog.

Modified: upstream/trunk/lib/prototypes.h
===================================================================
--- upstream/trunk/lib/prototypes.h	2008-01-04 20:28:51 UTC (rev 1630)
+++ upstream/trunk/lib/prototypes.h	2008-01-05 13:05:21 UTC (rev 1631)
@@ -78,9 +78,6 @@
 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 *);
 




More information about the Pkg-shadow-commits mailing list