summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lpq
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/lpq
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/lpq')
-rw-r--r--usr.sbin/lpr/lpq/lpq.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.sbin/lpr/lpq/lpq.c b/usr.sbin/lpr/lpq/lpq.c
index 734750d..e1809cf 100644
--- a/usr.sbin/lpr/lpq/lpq.c
+++ b/usr.sbin/lpr/lpq/lpq.c
@@ -38,13 +38,14 @@ static const char copyright[] =
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
+#if 0
#ifndef lint
-/*
static char sccsid[] = "@(#)lpq.c 8.3 (Berkeley) 5/10/95";
-*/
-static const char rcsid[] =
- "$FreeBSD$";
#endif /* not lint */
+#endif
+
+#include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */
+__FBSDID("$FreeBSD$");
/*
* Spool Queue examination program
OpenPOWER on IntegriCloud