diff options
Diffstat (limited to 'usr.bin/tip/tip.c')
-rw-r--r-- | usr.bin/tip/tip.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/tip/tip.c b/usr.bin/tip/tip.c index c5651592cca..0b1d34fd2e8 100644 --- a/usr.bin/tip/tip.c +++ b/usr.bin/tip/tip.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tip.c,v 1.45 2010/06/29 23:38:05 nicm Exp $ */ +/* $OpenBSD: tip.c,v 1.46 2010/06/30 00:09:27 nicm Exp $ */ /* $NetBSD: tip.c,v 1.13 1997/04/20 00:03:05 mellon Exp $ */ /* @@ -43,9 +43,6 @@ #include "tip.h" #include "pathnames.h" -int disc = TTYDISC; /* tip normally runs this way */ -char PNbuf[256]; /* This limits the size of a number */ - static void intprompt(int); static void tipin(void); static int escape(void); |