From 3f45792057cf4f7381e74bec6f437cdb290e1817 Mon Sep 17 00:00:00 2001 From: markm Date: Sat, 18 Oct 2003 10:04:16 +0000 Subject: ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify. --- lib/libutil/logwtmp.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/libutil/logwtmp.c') 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; -- cgit v1.1