[Pkg-shadow-commits] r1645 - in upstream/trunk: . libmisc

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sat Jan 5 14:09:56 UTC 2008


Author: nekral-guest
Date: 2008-01-05 14:09:56 +0000 (Sat, 05 Jan 2008)
New Revision: 1645

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/libmisc/utmp.c
Log:
Remove the declaration of getutent(), getutline(), setutent(), and
endutent() which are declared in <utmp.h>


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-01-05 14:01:34 UTC (rev 1644)
+++ upstream/trunk/ChangeLog	2008-01-05 14:09:56 UTC (rev 1645)
@@ -33,6 +33,9 @@
 	build_list().
 	* lib/commonio.c: stat shadows another stat variable. Remove this
 	variable, and directly check the result of getfscreatecon().
+	* libmisc/utmp.c: Remove the declaration of getutent(),
+	getutline(), setutent(), and endutent() which are declared in
+	<utmp.h>
 
 2008-01-01  Nicolas François  <nicolas.francois at centraliens.net>
 

Modified: upstream/trunk/libmisc/utmp.c
===================================================================
--- upstream/trunk/libmisc/utmp.c	2008-01-05 14:01:34 UTC (rev 1644)
+++ upstream/trunk/libmisc/utmp.c	2008-01-05 14:09:56 UTC (rev 1645)
@@ -48,11 +48,6 @@
 #endif
 struct utmp utent;
 
-extern struct utmp *getutent ();
-extern struct utmp *getutline ();
-extern void setutent ();
-extern void endutent ();
-
 #define	NO_UTENT \
 	_("No utmp entry.  You must exec \"login\" from the lowest level \"sh\"")
 #define	NO_TTY \




More information about the Pkg-shadow-commits mailing list