diff options
Diffstat (limited to 'lib/libutil/logout.c')
-rw-r--r-- | lib/libutil/logout.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libutil/logout.c b/lib/libutil/logout.c index b2753b9..292f898 100644 --- a/lib/libutil/logout.c +++ b/lib/libutil/logout.c @@ -54,8 +54,7 @@ static char sccsid[] = "@(#)logout.c 8.1 (Berkeley) 6/4/93"; typedef struct utmp UTMP; int -logout(line) - const char *line; +logout(const char *line) { int fd; UTMP ut; |