summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/pac
diff options
context:
space:
mode:
authorgad <gad@FreeBSD.org>2003-07-15 08:48:30 +0000
committergad <gad@FreeBSD.org>2003-07-15 08:48:30 +0000
commit77121414dda7ed884fa4e22e6f13e2bc474a7c0b (patch)
tree29d08cb1a84767e0f44e65738fa2788566a578e1 /usr.sbin/lpr/pac
parent33bafddbc518c46941c9af1efad83f6dd0c00be0 (diff)
downloadFreeBSD-src-77121414dda7ed884fa4e22e6f13e2bc474a7c0b.zip
FreeBSD-src-77121414dda7ed884fa4e22e6f13e2bc474a7c0b.tar.gz
(Hopefully) Last set of changes so all of lpr uses __FBSDID() for
setting rcsids, and uses a consistent format for 'sccsid' lines. Reviewed by: discussed with bde and obrien MFC after: 15 days
Diffstat (limited to 'usr.sbin/lpr/pac')
-rw-r--r--usr.sbin/lpr/pac/pac.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.sbin/lpr/pac/pac.c b/usr.sbin/lpr/pac/pac.c
index c948f24..34a247f 100644
--- a/usr.sbin/lpr/pac/pac.c
+++ b/usr.sbin/lpr/pac/pac.c
@@ -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[] = "@(#)pac.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$");
/*
* Do Printer accounting summary.
OpenPOWER on IntegriCloud