summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lpc
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-05-09 22:44:28 +0000
committerjoerg <joerg@FreeBSD.org>1996-05-09 22:44:28 +0000
commit23a9b3568dd67d5645a3e24111156a250e67f006 (patch)
tree9f0cb54101705c00051817581fe4261632528aff /usr.sbin/lpr/lpc
parentc78351df10aca1c5dba5dbed4c4dd74d6d886e64 (diff)
downloadFreeBSD-src-23a9b3568dd67d5645a3e24111156a250e67f006.zip
FreeBSD-src-23a9b3568dd67d5645a3e24111156a250e67f006.tar.gz
Cleanup.
The removed files are no longer needed, they are actually labelled as ``Use only if you are not 4.4BSD''. (Yeah, the ol' crufty printcap.c is really gone!) Properly declare all external objects in files ending in .h, as opposed to embed them into files ending in .c.
Diffstat (limited to 'usr.sbin/lpr/lpc')
-rw-r--r--usr.sbin/lpr/lpc/lpc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lpc/lpc.c b/usr.sbin/lpr/lpc/lpc.c
index 64432b2..f2938a6 100644
--- a/usr.sbin/lpr/lpc/lpc.c
+++ b/usr.sbin/lpr/lpc/lpc.c
@@ -237,7 +237,6 @@ help(argc, argv)
if (argc == 1) {
register int i, j, w;
int columns, width = 0, lines;
- extern int NCMDS;
printf("Commands may be abbreviated. Commands are:\n\n");
for (c = cmdtab; c->c_name; c++) {
OpenPOWER on IntegriCloud