summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/common_source/rmjob.c
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/common_source/rmjob.c
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/common_source/rmjob.c')
-rw-r--r--usr.sbin/lpr/common_source/rmjob.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.sbin/lpr/common_source/rmjob.c b/usr.sbin/lpr/common_source/rmjob.c
index bdfe853..5497ca2 100644
--- a/usr.sbin/lpr/common_source/rmjob.c
+++ b/usr.sbin/lpr/common_source/rmjob.c
@@ -56,12 +56,6 @@ static char sccsid[] = "@(#)rmjob.c 8.2 (Berkeley) 4/28/95";
/*
* Stuff for handling lprm specifications
*/
-extern char *user[]; /* users to process */
-extern int users; /* # of users in user array */
-extern int requ[]; /* job number of spool entries */
-extern int requests; /* # of spool requests */
-extern char *person; /* name of person doing lprm */
-
static char root[] = "root";
static int all = 0; /* eliminate all files (root only) */
static int cur_daemon; /* daemon's pid */
OpenPOWER on IntegriCloud