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

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sun Jan 6 13:00:18 UTC 2008


Author: nekral-guest
Date: 2008-01-06 13:00:17 +0000 (Sun, 06 Jan 2008)
New Revision: 1666

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/src/pwck.c
Log:
Remove prototypes for __pw_del_entry(), __pw_get_head(), __spw_del_entry(), and __spw_get_head().


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-01-06 12:52:23 UTC (rev 1665)
+++ upstream/trunk/ChangeLog	2008-01-06 13:00:17 UTC (rev 1666)
@@ -71,6 +71,8 @@
 	__xx_del_entry() functions).
 	* src/grpck.c: Remove prototypes for __gr_del_entry(),
 	__gr_get_head(), __sgr_del_entry(), and __sgr_get_head().
+	* src/pwck.c: Remove prototypes for __pw_del_entry(),
+	__pw_get_head(), __spw_del_entry(), and __spw_get_head().
 
 2008-01-05  Nicolas François  <nicolas.francois at centraliens.net>
 

Modified: upstream/trunk/src/pwck.c
===================================================================
--- upstream/trunk/src/pwck.c	2008-01-06 12:52:23 UTC (rev 1665)
+++ upstream/trunk/src/pwck.c	2008-01-06 13:00:17 UTC (rev 1666)
@@ -43,12 +43,7 @@
 #include "shadowio.h"
 #include "getdef.h"
 #include "nscd.h"
-extern void __pw_del_entry (const struct commonio_entry *);
-extern struct commonio_entry *__pw_get_head (void);
 
-extern void __spw_del_entry (const struct commonio_entry *);
-extern struct commonio_entry *__spw_get_head (void);
-
 /*
  * Exit codes
  */




More information about the Pkg-shadow-commits mailing list