diff options
Diffstat (limited to 'lib/libutil/logwtmp.c')
-rw-r--r-- | lib/libutil/logwtmp.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libutil/logwtmp.c b/lib/libutil/logwtmp.c index ff9d7dc..03ee4cf 100644 --- a/lib/libutil/logwtmp.c +++ b/lib/libutil/logwtmp.c @@ -61,10 +61,7 @@ static char sccsid[] = "@(#)logwtmp.c 8.1 (Berkeley) 6/4/93"; void -logwtmp(line, name, host) - const char *line; - const char *name; - const char *host; +logwtmp(const char *line, const char *name, const char *host) { struct utmp ut; struct stat buf; |