From 317e204ef0413b9a2687f91c1103037a8f03a20f Mon Sep 17 00:00:00 2001 From: gad Date: Mon, 14 Jul 2003 15:54:41 +0000 Subject: More changes to use __FBSDID() for setting rcsids, and fix the format of 'sccsid' lines so they consistently match style(9) guidelines. Inspired by recent update to lpd.c by charnier. Reviewed by: discussed on cvs-src & with bde and obrien MFC after: 15 days --- usr.sbin/lpr/lpd/recvjob.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (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 69a654d..e15bad1 100644 --- a/usr.sbin/lpr/lpd/recvjob.c +++ b/usr.sbin/lpr/lpd/recvjob.c @@ -38,13 +38,12 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#ifndef lint #if 0 static char sccsid[] = "@(#)recvjob.c 8.2 (Berkeley) 4/27/95"; #endif -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ + +#include "lp.cdefs.h" /* A cross-platform version of */ +__FBSDID("$FreeBSD$"); /* * Receive printer jobs from the network, queue them and -- cgit v1.1