From a24aff2148cd453aac7cff439a5acf26b7b09205 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Mon, 26 May 2008 00:26:33 +0000 Subject: [PATCH] checkutmp is implemented twice. I only changed the second one. Now fix the first one. --- libmisc/utmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmisc/utmp.c b/libmisc/utmp.c index aad683404..ded2b5ad4 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; -- 2.47.3