diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2002-05-07 06:56:51 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2002-05-07 06:56:51 +0000 |
commit | 5fcb27f03fdf210a89994f91add3c1031058f932 (patch) | |
tree | 373dd6e0679b53863a5fc8ae3b922ebcc438f4f3 /usr.bin/tip/log.c | |
parent | 15698012b155ed03b2a424a53e8320d8b9eaae6c (diff) |
Carefully applied -Wall fixups from <panda@omatis.com>.
Also a little KNF.
Diffstat (limited to 'usr.bin/tip/log.c')
-rw-r--r-- | usr.bin/tip/log.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tip/log.c b/usr.bin/tip/log.c index 1a715c0d5f5..b2497613cda 100644 --- a/usr.bin/tip/log.c +++ b/usr.bin/tip/log.c @@ -1,4 +1,4 @@ -/* $OpenBSD: log.c,v 1.5 2001/09/09 19:30:49 millert Exp $ */ +/* $OpenBSD: log.c,v 1.6 2002/05/07 06:56:50 hugh Exp $ */ /* $NetBSD: log.c,v 1.4 1994/12/24 17:56:28 cgd Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)log.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$OpenBSD: log.c,v 1.5 2001/09/09 19:30:49 millert Exp $"; +static const char rcsid[] = "$OpenBSD: log.c,v 1.6 2002/05/07 06:56:50 hugh Exp $"; #endif /* not lint */ #include "tip.h" |