Fix time () prototype.

This commit is contained in:
nekral-guest 2007-12-08 23:25:52 +00:00
parent 8c4d98edc1
commit 462794685f
2 changed files with 5 additions and 1 deletions

View File

@ -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,

View 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