[Pkg-shadow-commits] r2049 - upstream/trunk/libmisc

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Mon May 26 00:26:34 UTC 2008


Author: nekral-guest
Date: 2008-05-26 00:26:33 +0000 (Mon, 26 May 2008)
New Revision: 2049

Modified:
   upstream/trunk/libmisc/utmp.c
Log:
checkutmp is implemented twice. I only changed the second one. Now fix the
first one.


Modified: upstream/trunk/libmisc/utmp.c
===================================================================
--- upstream/trunk/libmisc/utmp.c	2008-05-26 00:14:10 UTC (rev 2048)
+++ upstream/trunk/libmisc/utmp.c	2008-05-26 00:26:33 UTC (rev 2049)
@@ -72,7 +72,7 @@
 
 #if defined(__linux__)		/* XXX */
 
-void checkutmp (int picky)
+void checkutmp (bool picky)
 {
 	char *line;
 	struct utmp *ut;




More information about the Pkg-shadow-commits mailing list