From: nekral-guest Date: Mon, 26 May 2008 00:26:33 +0000 (+0000) Subject: checkutmp is implemented twice. I only changed the second one. Now fix the X-Git-Tag: 4.1.3~471 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a24aff2148cd453aac7cff439a5acf26b7b09205;p=shadow checkutmp is implemented twice. I only changed the second one. Now fix the first one. --- diff --git a/libmisc/utmp.c b/libmisc/utmp.c index aad68340..ded2b5ad 100644 --- a/libmisc/utmp.c +++ b/libmisc/utmp.c @@ -72,7 +72,7 @@ struct utmp utent; #if defined(__linux__) /* XXX */ -void checkutmp (int picky) +void checkutmp (bool picky) { char *line; struct utmp *ut;