Get the 'sccsid' lines even closer to correct style(9) form. The
'#ifdef lint/#endif' around the lines should not have been removed. Also add blank lines where one (per file) was missing. Reviewed by: First part noticed by bde, blank lines noticed by me MFC after: 15 days
This commit is contained in:
parent
8695068f27
commit
b7fd86992c
@ -37,8 +37,11 @@
|
||||
*/
|
||||
|
||||
#if 0
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)common.c 8.5 (Berkeley) 4/28/95";
|
||||
#endif /* not lint */
|
||||
#endif
|
||||
|
||||
#include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
|
@ -32,8 +32,11 @@
|
||||
*/
|
||||
|
||||
#if 0
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)displayq.c 8.4 (Berkeley) 4/28/95";
|
||||
#endif /* not lint */
|
||||
#endif
|
||||
|
||||
#include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
|
@ -29,6 +29,7 @@
|
||||
|
||||
static const char copyright[] =
|
||||
"Copyright (C) 1997, Massachusetts Institute of Technology\r\n";
|
||||
|
||||
#include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
|
@ -32,8 +32,11 @@
|
||||
*/
|
||||
|
||||
#if 0
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)rmjob.c 8.2 (Berkeley) 4/28/95";
|
||||
#endif /* not lint */
|
||||
#endif
|
||||
|
||||
#include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
|
@ -32,8 +32,11 @@
|
||||
*/
|
||||
|
||||
#if 0
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)startdaemon.c 8.2 (Berkeley) 4/17/94";
|
||||
#endif /* not lint */
|
||||
#endif
|
||||
|
||||
#include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user