[Pkg-shadow-commits] r1480 - in upstream/trunk: . libmisc

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sat Dec 8 23:25:52 UTC 2007


Author: nekral-guest
Date: 2007-12-08 23:25:52 +0000 (Sat, 08 Dec 2007)
New Revision: 1480

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/libmisc/pwd2spwd.c
Log:
Fix time () prototype.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2007-12-08 23:24:40 UTC (rev 1479)
+++ upstream/trunk/ChangeLog	2007-12-08 23:25:52 UTC (rev 1480)
@@ -1,3 +1,7 @@
+2007-12-09  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* libmisc/pwd2spwd.c: Fix time() prototype.
+
 2007-12-08  Nicolas François  <nicolas.francois at centraliens.net>
 
 	* man/login.defs.d/CONSOLE_GROUPS.xml,

Modified: upstream/trunk/libmisc/pwd2spwd.c
===================================================================
--- upstream/trunk/libmisc/pwd2spwd.c	2007-12-08 23:24:40 UTC (rev 1479)
+++ upstream/trunk/libmisc/pwd2spwd.c	2007-12-08 23:25:52 UTC (rev 1480)
@@ -35,7 +35,7 @@
 #include "prototypes.h"
 #include "defines.h"
 #include <pwd.h>
-extern time_t time ();
+extern time_t time (time_t *);
 
 /*
  * pwd_to_spwd - create entries for new spwd structure




More information about the Pkg-shadow-commits mailing list