]> granicus.if.org Git - shadow/commitdiff
Fix time () prototype.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 8 Dec 2007 23:25:52 +0000 (23:25 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 8 Dec 2007 23:25:52 +0000 (23:25 +0000)
ChangeLog
libmisc/pwd2spwd.c

index 13879d2fb8969f8a1f95464866a13a4f7723009a..39a6bd50cd22abdb6b00f6c02134329469b994de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-09  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * libmisc/pwd2spwd.c: Fix time() prototype.
+
 2007-12-08  Nicolas François  <nicolas.francois@centraliens.net>
 
        * man/login.defs.d/CONSOLE_GROUPS.xml,
index eaa86344f103369b23915da8c522a698060c3686..0cda60c8dc461d22031df327d2852c890731b17c 100644 (file)
@@ -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