]> granicus.if.org Git - shadow/commitdiff
checkutmp is implemented twice. I only changed the second one. Now fix the
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 26 May 2008 00:26:33 +0000 (00:26 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 26 May 2008 00:26:33 +0000 (00:26 +0000)
first one.

libmisc/utmp.c

index aad6834046b30c8a180fe970772d22cadbdf4ce8..ded2b5ad4a5cae491c0679d3308327f8d31a8261 100644 (file)
@@ -72,7 +72,7 @@ struct utmp utent;
 
 #if defined(__linux__)         /* XXX */
 
-void checkutmp (int picky)
+void checkutmp (bool picky)
 {
        char *line;
        struct utmp *ut;