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

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Fri Apr 10 22:35:43 UTC 2009


Author: nekral-guest
Date: 2009-04-10 22:35:43 +0000 (Fri, 10 Apr 2009)
New Revision: 2625

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/lib/Makefile.am
   upstream/trunk/lib/prototypes.h
Log:
	* lib/Makefile.am, lib/prototypes.h: Added sgetspent.c.

Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2009-04-10 22:35:37 UTC (rev 2624)
+++ upstream/trunk/ChangeLog	2009-04-10 22:35:43 UTC (rev 2625)
@@ -1,5 +1,9 @@
-2009-04-06  Nicolas François  <nicolas.francois at centraliens.net>
+2009-04-11  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* lib/Makefile.am, lib/prototypes.h: Added sgetspent.c.
+
+2009-04-11  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* po/POTFILES.in: Added missing files. Sorted.
 
 2009-04-06  Nicolas François  <nicolas.francois at centraliens.net>

Modified: upstream/trunk/lib/Makefile.am
===================================================================
--- upstream/trunk/lib/Makefile.am	2009-04-10 22:35:37 UTC (rev 2624)
+++ upstream/trunk/lib/Makefile.am	2009-04-10 22:35:43 UTC (rev 2625)
@@ -38,6 +38,7 @@
 	pwmem.c \
 	sgetgrent.c \
 	sgetpwent.c \
+	sgetspent.c \
 	sgroupio.c \
 	sgroupio.h\
 	shadow.c \

Modified: upstream/trunk/lib/prototypes.h
===================================================================
--- upstream/trunk/lib/prototypes.h	2009-04-10 22:35:37 UTC (rev 2624)
+++ upstream/trunk/lib/prototypes.h	2009-04-10 22:35:43 UTC (rev 2625)
@@ -283,6 +283,11 @@
 /* sgetpwent.c */
 extern struct passwd *sgetpwent (const char *buf);
 
+/* sgetspent.c */
+#ifndef HAVE_SGETSPENT
+extern struct spwd *sgetspent (const char *string)
+#endif
+
 /* sgroupio.c */
 extern void __sgr_del_entry (const struct commonio_entry *ent);
 extern struct sgrp *__sgr_dup (const struct sgrp *sgent);




More information about the Pkg-shadow-commits mailing list