diff options
| author | Mark Murray <markm@FreeBSD.org> | 2003-10-18 10:04:16 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2003-10-18 10:04:16 +0000 |
| commit | 547fa0d9b785fb498d3d0db63618b781d2b83591 (patch) | |
| tree | 204484574f03753da73a26a0ec8c893e61e56e98 /lib/libutil/logout.c | |
| parent | 804b0f979adf5d92dc50561f464dac664a06d0a8 (diff) | |
Notes
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 b2753b93f24b..292f8980dc1c 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; |
