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/cmdtab.c | |
parent | 15698012b155ed03b2a424a53e8320d8b9eaae6c (diff) |
Carefully applied -Wall fixups from <panda@omatis.com>.
Also a little KNF.
Diffstat (limited to 'usr.bin/tip/cmdtab.c')
-rw-r--r-- | usr.bin/tip/cmdtab.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tip/cmdtab.c b/usr.bin/tip/cmdtab.c index 7f77e277774..87653e0d1b7 100644 --- a/usr.bin/tip/cmdtab.c +++ b/usr.bin/tip/cmdtab.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmdtab.c,v 1.3 2001/09/09 17:58:41 millert Exp $ */ +/* $OpenBSD: cmdtab.c,v 1.4 2002/05/07 06:56:50 hugh Exp $ */ /* $NetBSD: cmdtab.c,v 1.3 1994/12/08 09:30:46 jtc Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)cmdtab.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$OpenBSD: cmdtab.c,v 1.3 2001/09/09 17:58:41 millert Exp $"; +static const char rcsid[] = "$OpenBSD: cmdtab.c,v 1.4 2002/05/07 06:56:50 hugh Exp $"; #endif /* not lint */ #include "tip.h" |