From 6c501ba529238f3490eeb7d748c91ceea124375f Mon Sep 17 00:00:00 2001 From: gad Date: Mon, 14 Jul 2003 19:59:33 +0000 Subject: 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 --- usr.sbin/lpr/lpd/recvjob.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.sbin/lpr/lpd/recvjob.c') 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 */ -- cgit v1.1