[Pkg-shadow-commits] r1632 - in upstream/trunk: . lib

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sat Jan 5 13:07:55 UTC 2008


Author: nekral-guest
Date: 2008-01-05 13:07:54 +0000 (Sat, 05 Jan 2008)
New Revision: 1632

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/lib/prototypes.h
Log:
"shadowio.h" was included for the definition of the spwd structure.
Replace this include by <shadow.h>


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-01-05 13:05:21 UTC (rev 1631)
+++ upstream/trunk/ChangeLog	2008-01-05 13:07:54 UTC (rev 1632)
@@ -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 at centraliens.net>
 

Modified: upstream/trunk/lib/prototypes.h
===================================================================
--- upstream/trunk/lib/prototypes.h	2008-01-05 13:05:21 UTC (rev 1631)
+++ upstream/trunk/lib/prototypes.h	2008-01-05 13:07:54 UTC (rev 1632)
@@ -23,7 +23,7 @@
 #endif
 #include <pwd.h>
 #include <grp.h>
-#include "shadowio.h"
+#include <shadow.h>
 
 #include "defines.h"
 




More information about the Pkg-shadow-commits mailing list