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/logwtmp.c | |
| parent | 804b0f979adf5d92dc50561f464dac664a06d0a8 (diff) | |
Notes
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 ff9d7dce5f36..03ee4cf06dea 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; |
