More changes to use __FBSDID() for setting rcsids, and fix the

format of 'sccsid' lines so they consistently match style(9).
A minor Makefile change is needed so lptest.c can find lp.cdefs.h.

Reviewed by:	discussed with bde and obrien
MFC after:	15 days
This commit is contained in:
Garance A Drosehn 2003-07-15 08:45:06 +00:00
parent 6d261443e1
commit c49759e23b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117622
2 changed files with 7 additions and 4 deletions

View File

@ -3,4 +3,6 @@
PROG= lptest
CFLAGS+= -I${.CURDIR}/../common_source
.include <bsd.prog.mk>

View File

@ -38,13 +38,14 @@ static const char copyright[] =
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
#if 0
#ifndef lint
static char sccsid[] = "@(#)lptest.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#endif
#include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */
__FBSDID("$FreeBSD$");
#include <stdlib.h>
#include <stdio.h>