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 */
|
#if defined(__linux__) /* XXX */
|
||||||
|
|
||||||
void checkutmp (int picky)
|
void checkutmp (bool picky)
|
||||||
{
|
{
|
||||||
char *line;
|
char *line;
|
||||||
struct utmp *ut;
|
struct utmp *ut;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user