summaryrefslogtreecommitdiff
path: root/usr.bin/tip/cu.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/cu.c
parent15698012b155ed03b2a424a53e8320d8b9eaae6c (diff)
Carefully applied -Wall fixups from <panda@omatis.com>.
Also a little KNF.
Diffstat (limited to 'usr.bin/tip/cu.c')
-rw-r--r--usr.bin/tip/cu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tip/cu.c b/usr.bin/tip/cu.c
index dacbf01c22d..adc990d908a 100644
--- a/usr.bin/tip/cu.c
+++ b/usr.bin/tip/cu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cu.c,v 1.11 2002/02/10 23:22:10 miod Exp $ */
+/* $OpenBSD: cu.c,v 1.12 2002/05/07 06:56:50 hugh Exp $ */
/* $NetBSD: cu.c,v 1.5 1997/02/11 09:24:05 mrg Exp $ */
/*
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)cu.c 8.1 (Berkeley) 6/6/93";
#endif
-static char rcsid[] = "$OpenBSD: cu.c,v 1.11 2002/02/10 23:22:10 miod Exp $";
+static const char rcsid[] = "$OpenBSD: cu.c,v 1.12 2002/05/07 06:56:50 hugh Exp $";
#endif /* not lint */
#include "tip.h"