summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr
diff options
context:
space:
mode:
authorgad <gad@FreeBSD.org>2003-07-15 08:40:31 +0000
committergad <gad@FreeBSD.org>2003-07-15 08:40:31 +0000
commit5bd49295ca4bb6b94219739e29862652a4178efa (patch)
tree609684d265c941e66a4e3690069c9158d5d3e95d /usr.sbin/lpr
parent61298a06f33c0dc2708d02f690f5317881f1bbee (diff)
downloadFreeBSD-src-5bd49295ca4bb6b94219739e29862652a4178efa.zip
FreeBSD-src-5bd49295ca4bb6b94219739e29862652a4178efa.tar.gz
More changes to use __FBSDID() for setting rcsids, and fix the
format of 'sccsid' lines so they consistently match style(9) Also the 'sccsid' line is formatted to match style(9), and a 'From:' is removed so the sccsid returns to what it was back in the days of '-r CSRG' (1996). Reviewed by: discussed with bde and obrien MFC after: 15 days
Diffstat (limited to 'usr.sbin/lpr')
-rw-r--r--usr.sbin/lpr/lpr/lpr.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.sbin/lpr/lpr/lpr.c b/usr.sbin/lpr/lpr/lpr.c
index 04caa8c..98e9cea 100644
--- a/usr.sbin/lpr/lpr/lpr.c
+++ b/usr.sbin/lpr/lpr/lpr.c
@@ -43,13 +43,14 @@ 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[] = "@(#)from: lpr.c 8.4 (Berkeley) 4/28/95";
-#endif
-static const char rcsid[] =
- "$FreeBSD$";
+#ifndef lint
+static char sccsid[] = "@(#)lpr.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$");
/*
* lpr -- off line print
OpenPOWER on IntegriCloud