[Pkg-shadow-commits] r1660 - in upstream/trunk: . src

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sun Jan 6 12:09:38 UTC 2008


Author: nekral-guest
Date: 2008-01-06 12:09:38 +0000 (Sun, 06 Jan 2008)
New Revision: 1660

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/src/grpck.c
Log:
Remove prototypes for __gr_del_entry(), __gr_get_head(),
__sgr_del_entry(), and __sgr_get_head().


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-01-06 12:07:42 UTC (rev 1659)
+++ upstream/trunk/ChangeLog	2008-01-06 12:09:38 UTC (rev 1660)
@@ -42,6 +42,8 @@
 	* lib/commonio.h: Add protection against multiple inclusions.
 	* lib/prototypes.h: Include commonio.h (needed for the
 	__xx_del_entry() functions).
+	* src/grpck.c: Remove prototypes for __gr_del_entry(),
+	__gr_get_head(), __sgr_del_entry(), and __sgr_get_head().
 
 2008-01-05  Nicolas François  <nicolas.francois at centraliens.net>
 

Modified: upstream/trunk/src/grpck.c
===================================================================
--- upstream/trunk/src/grpck.c	2008-01-06 12:07:42 UTC (rev 1659)
+++ upstream/trunk/src/grpck.c	2008-01-06 12:09:38 UTC (rev 1660)
@@ -41,13 +41,9 @@
 #include "groupio.h"
 #include "nscd.h"
 #include "prototypes.h"
-extern void __gr_del_entry (const struct commonio_entry *);
-extern struct commonio_entry *__gr_get_head (void);
 
 #ifdef SHADOWGRP
 #include "sgroupio.h"
-extern void __sgr_del_entry (const struct commonio_entry *);
-extern struct commonio_entry *__sgr_get_head (void);
 #endif
 
 /*




More information about the Pkg-shadow-commits mailing list