summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lpd/recvjob.c
diff options
context:
space:
mode:
authorgad <gad@FreeBSD.org>2003-07-14 19:59:33 +0000
committergad <gad@FreeBSD.org>2003-07-14 19:59:33 +0000
commit6c501ba529238f3490eeb7d748c91ceea124375f (patch)
tree446376e3ccffd5df4c8ace51e1d81c4309fca801 /usr.sbin/lpr/lpd/recvjob.c
parentbe9308fc7989436555f80851a63175a7ac4cd2a2 (diff)
downloadFreeBSD-src-6c501ba529238f3490eeb7d748c91ceea124375f.zip
FreeBSD-src-6c501ba529238f3490eeb7d748c91ceea124375f.tar.gz
Get the 'sccsid' lines even closer to correct style(9) form. The
'#ifdef lint/#endif' around the lines should not have been removed. Reviewed by: noticed by bde MFC after: 15 days
Diffstat (limited to 'usr.sbin/lpr/lpd/recvjob.c')
-rw-r--r--usr.sbin/lpr/lpd/recvjob.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/lpr/lpd/recvjob.c b/usr.sbin/lpr/lpd/recvjob.c
index e15bad1..d85ef59 100644
--- a/usr.sbin/lpr/lpd/recvjob.c
+++ b/usr.sbin/lpr/lpd/recvjob.c
@@ -39,7 +39,9 @@ static const char copyright[] =
#endif /* not lint */
#if 0
+#ifndef lint
static char sccsid[] = "@(#)recvjob.c 8.2 (Berkeley) 4/27/95";
+#endif /* not lint */
#endif
#include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */
OpenPOWER on IntegriCloud