summaryrefslogtreecommitdiffstats
path: root/usr.bin/more
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>1998-07-25 05:58:04 +0000
committerhoek <hoek@FreeBSD.org>1998-07-25 05:58:04 +0000
commit5fc8e33e130f58073eb441ffeb61dd34e12fe139 (patch)
treec5f79b13943a0796471ac6b446a3ab894f078596 /usr.bin/more
parent37782d6a713eef63d550142e52d466fffbe42a0f (diff)
downloadFreeBSD-src-5fc8e33e130f58073eb441ffeb61dd34e12fe139.zip
FreeBSD-src-5fc8e33e130f58073eb441ffeb61dd34e12fe139.tar.gz
Really delete -# option.
Diffstat (limited to 'usr.bin/more')
-rw-r--r--usr.bin/more/option.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/more/option.c b/usr.bin/more/option.c
index 28dcaf5..79fd849 100644
--- a/usr.bin/more/option.c
+++ b/usr.bin/more/option.c
@@ -37,7 +37,7 @@
static char sccsid[] = "@(#)option.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$Id: option.c,v 1.3 1997/07/29 06:42:33 charnier Exp $";
+ "$Id: option.c,v 1.4 1998/07/25 05:56:49 hoek Exp $";
#endif /* not lint */
#include <stdio.h>
@@ -54,7 +54,6 @@ int tabstop = 8; /* Tab settings */
int tagoption;
char *firstsearch;
-extern int sc_height;
static void usage __P((void));
OpenPOWER on IntegriCloud