checkutmp is implemented twice. I only changed the second one. Now fix the
first one.
This commit is contained in:
@ -72,7 +72,7 @@ struct utmp utent;
|
||||
|
||||
#if defined(__linux__) /* XXX */
|
||||
|
||||
void checkutmp (int picky)
|
||||
void checkutmp (bool picky)
|
||||
{
|
||||
char *line;
|
||||
struct utmp *ut;
|
||||
|
Reference in New Issue
Block a user