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

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sat Jan 5 17:20:46 UTC 2008


Author: nekral-guest
Date: 2008-01-05 17:20:45 +0000 (Sat, 05 Jan 2008)
New Revision: 1653

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/lib/prototypes.h
Log:
Include <lastlog.h> for the declaration of struct lastlog.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-01-05 16:44:51 UTC (rev 1652)
+++ upstream/trunk/ChangeLog	2008-01-05 17:20:45 UTC (rev 1653)
@@ -3,6 +3,8 @@
 	* lib/prototypes.h: Add the dolastlog() prototype.
 	* lib/prototypes.h: Typo: login.c -> loginprompt.c
 	* src/login.c: Remove declaration of dolastlog().
+	* lib/prototypes.h: Include <lastlog.h> for the declaration of
+	struct lastlog.
 
 2008-01-05  Nicolas François  <nicolas.francois at centraliens.net>
 

Modified: upstream/trunk/lib/prototypes.h
===================================================================
--- upstream/trunk/lib/prototypes.h	2008-01-05 16:44:51 UTC (rev 1652)
+++ upstream/trunk/lib/prototypes.h	2008-01-05 17:20:45 UTC (rev 1653)
@@ -24,6 +24,7 @@
 #include <pwd.h>
 #include <grp.h>
 #include <shadow.h>
+#include <lastlog.h>
 
 #include "defines.h"
 




More information about the Pkg-shadow-commits mailing list