diff options
author | joerg <joerg@FreeBSD.org> | 1996-05-09 22:44:28 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1996-05-09 22:44:28 +0000 |
commit | 23a9b3568dd67d5645a3e24111156a250e67f006 (patch) | |
tree | 9f0cb54101705c00051817581fe4261632528aff /usr.sbin/lpr/common_source/recvjob.c | |
parent | c78351df10aca1c5dba5dbed4c4dd74d6d886e64 (diff) | |
download | FreeBSD-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/recvjob.c')
-rw-r--r-- | usr.sbin/lpr/common_source/recvjob.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/lpr/common_source/recvjob.c b/usr.sbin/lpr/common_source/recvjob.c index 35f946f..fb307c5 100644 --- a/usr.sbin/lpr/common_source/recvjob.c +++ b/usr.sbin/lpr/common_source/recvjob.c @@ -342,7 +342,6 @@ frecverr(msg, va_alist) va_dcl #endif { - extern char fromb[]; va_list ap; #if __STDC__ va_start(ap, msg); |