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