summaryrefslogtreecommitdiffstats
path: root/lib/libutil/logwtmp.c
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2003-10-18 10:04:16 +0000
committermarkm <markm@FreeBSD.org>2003-10-18 10:04:16 +0000
commit3f45792057cf4f7381e74bec6f437cdb290e1817 (patch)
tree204484574f03753da73a26a0ec8c893e61e56e98 /lib/libutil/logwtmp.c
parent4d1565cf183af3ea64b06fbc0cff68b6956350bb (diff)
downloadFreeBSD-src-3f45792057cf4f7381e74bec6f437cdb290e1817.zip
FreeBSD-src-3f45792057cf4f7381e74bec6f437cdb290e1817.tar.gz
ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.
Diffstat (limited to 'lib/libutil/logwtmp.c')
-rw-r--r--lib/libutil/logwtmp.c5
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;
OpenPOWER on IntegriCloud