]> granicus.if.org Git - shadow/commitdiff
"shadowio.h" was included for the definition of the spwd structure.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 5 Jan 2008 13:07:54 +0000 (13:07 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 5 Jan 2008 13:07:54 +0000 (13:07 +0000)
Replace this include by <shadow.h>

ChangeLog
lib/prototypes.h

index 906192368c6eb0fecb06f30bc6f0bf403f5615ba..45e6bff40c84262dcdcbaf71d3e52aec0e6cf5ac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index aafc3aad985a0c4e7da26931fc70e8b134e8ac9b..1759c348307d18034fc53e65f9d681b075f92980 100644 (file)
@@ -23,7 +23,7 @@
 #endif
 #include <pwd.h>
 #include <grp.h>
-#include "shadowio.h"
+#include <shadow.h>
 
 #include "defines.h"