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
This commit is contained in:
Garance A Drosehn 2003-07-14 19:59:33 +00:00
parent b214af6eba
commit a6381ce166
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117587
5 changed files with 10 additions and 0 deletions

View File

@ -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 <sys/cdefs.h> */

View File

@ -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 <sys/cdefs.h> */

View File

@ -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 <sys/cdefs.h> */

View File

@ -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 <sys/cdefs.h> */

View File

@ -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> */