"shadowio.h" was included for the definition of the spwd structure.

Replace this include by <shadow.h>
This commit is contained in:
nekral-guest 2008-01-05 13:07:54 +00:00
parent 867034e3ba
commit b7d372d8e3
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
* lib/prototypes.h: grent.c does not exist anymore. Remove the
putgrent prototype.
* lib/prototypes.h: "shadowio.h" was included for the definition
of the spwd structure. Replace this include by <shadow.h>
2008-01-01 Nicolas François <nicolas.francois@centraliens.net>

View File

@ -23,7 +23,7 @@
#endif
#include <pwd.h>
#include <grp.h>
#include "shadowio.h"
#include <shadow.h>
#include "defines.h"