checkutmp is implemented twice. I only changed the second one. Now fix the

first one.
This commit is contained in:
nekral-guest 2008-05-26 00:26:33 +00:00
parent fc6d8e933b
commit a24aff2148

View 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;