summaryrefslogtreecommitdiff
path: root/usr.bin/tip/acu.c
diff options
context:
space:
mode:
authorHugh Graham <hugh@cvs.openbsd.org>2002-05-07 06:56:51 +0000
committerHugh Graham <hugh@cvs.openbsd.org>2002-05-07 06:56:51 +0000
commit5fcb27f03fdf210a89994f91add3c1031058f932 (patch)
tree373dd6e0679b53863a5fc8ae3b922ebcc438f4f3 /usr.bin/tip/acu.c
parent15698012b155ed03b2a424a53e8320d8b9eaae6c (diff)
Carefully applied -Wall fixups from <panda@omatis.com>.
Also a little KNF.
Diffstat (limited to 'usr.bin/tip/acu.c')
-rw-r--r--usr.bin/tip/acu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tip/acu.c b/usr.bin/tip/acu.c
index 91549e91741..9c2f93df57d 100644
--- a/usr.bin/tip/acu.c
+++ b/usr.bin/tip/acu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: acu.c,v 1.7 2001/10/24 18:38:58 millert Exp $ */
+/* $OpenBSD: acu.c,v 1.8 2002/05/07 06:56:50 hugh Exp $ */
/* $NetBSD: acu.c,v 1.4 1996/12/29 10:34:03 cgd Exp $ */
/*
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)acu.c 8.1 (Berkeley) 6/6/93";
#endif
-static char rcsid[] = "$OpenBSD: acu.c,v 1.7 2001/10/24 18:38:58 millert Exp $";
+static const char rcsid[] = "$OpenBSD: acu.c,v 1.8 2002/05/07 06:56:50 hugh Exp $";
#endif /* not lint */
#include "tip.h"