From 6c501ba529238f3490eeb7d748c91ceea124375f Mon Sep 17 00:00:00 2001 From: gad Date: Mon, 14 Jul 2003 19:59:33 +0000 Subject: [PATCH] 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/lpd.c | 2 ++ usr.sbin/lpr/lpd/lpdchar.c | 2 ++ usr.sbin/lpr/lpd/modes.c | 2 ++ usr.sbin/lpr/lpd/printjob.c | 2 ++ usr.sbin/lpr/lpd/recvjob.c | 2 ++ 5 files changed, 10 insertions(+) diff --git a/usr.sbin/lpr/lpd/lpd.c b/usr.sbin/lpr/lpd/lpd.c index 9597a35c9828..34c5a49f698d 100644 --- a/usr.sbin/lpr/lpd/lpd.c +++ b/usr.sbin/lpr/lpd/lpd.c @@ -39,7 +39,9 @@ static const char copyright[] = #endif /* not lint */ #if 0 +#ifndef lint static char sccsid[] = "@(#)lpd.c 8.7 (Berkeley) 5/10/95"; +#endif /* not lint */ #endif #include "lp.cdefs.h" /* A cross-platform version of */ diff --git a/usr.sbin/lpr/lpd/lpdchar.c b/usr.sbin/lpr/lpd/lpdchar.c index 9705a96c2b15..5ebaabdbeef8 100644 --- a/usr.sbin/lpr/lpd/lpdchar.c +++ b/usr.sbin/lpr/lpd/lpdchar.c @@ -32,7 +32,9 @@ */ #if 0 +#ifndef lint static char sccsid[] = "@(#)lpdchar.c 8.1 (Berkeley) 6/6/93"; +#endif /* not lint */ #endif #include "lp.cdefs.h" /* A cross-platform version of */ diff --git a/usr.sbin/lpr/lpd/modes.c b/usr.sbin/lpr/lpd/modes.c index db698935f113..8a05212128a3 100644 --- a/usr.sbin/lpr/lpd/modes.c +++ b/usr.sbin/lpr/lpd/modes.c @@ -32,7 +32,9 @@ */ #if 0 +#ifndef lint static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94"; +#endif /* not lint */ #endif #include "lp.cdefs.h" /* A cross-platform version of */ diff --git a/usr.sbin/lpr/lpd/printjob.c b/usr.sbin/lpr/lpd/printjob.c index 302687adebf3..9acf6bfd4333 100644 --- a/usr.sbin/lpr/lpd/printjob.c +++ b/usr.sbin/lpr/lpd/printjob.c @@ -39,7 +39,9 @@ static const char copyright[] = #endif /* not lint */ #if 0 +#ifndef lint static char sccsid[] = "@(#)printjob.c 8.7 (Berkeley) 5/10/95"; +#endif /* not lint */ #endif #include "lp.cdefs.h" /* A cross-platform version of */ diff --git a/usr.sbin/lpr/lpd/recvjob.c b/usr.sbin/lpr/lpd/recvjob.c index e15bad18c566..d85ef5955a3f 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 */