summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lpd/recvjob.c
diff options
context:
space:
mode:
authorgad <gad@FreeBSD.org>2003-07-14 15:54:41 +0000
committergad <gad@FreeBSD.org>2003-07-14 15:54:41 +0000
commit317e204ef0413b9a2687f91c1103037a8f03a20f (patch)
treee5c019abb32352a022d7a7de381dec56de01e766 /usr.sbin/lpr/lpd/recvjob.c
parentb1f12e4ff117adb08af18da02e131947b1c43e2e (diff)
downloadFreeBSD-src-317e204ef0413b9a2687f91c1103037a8f03a20f.zip
FreeBSD-src-317e204ef0413b9a2687f91c1103037a8f03a20f.tar.gz
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
Diffstat (limited to 'usr.sbin/lpr/lpd/recvjob.c')
-rw-r--r--usr.sbin/lpr/lpd/recvjob.c7
1 files changed, 3 insertions, 4 deletions
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 <sys/cdefs.h> */
+__FBSDID("$FreeBSD$");
/*
* Receive printer jobs from the network, queue them and
OpenPOWER on IntegriCloud