aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lpr
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2003-07-06 12:44:11 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2003-07-06 12:44:11 +0000
commit54ede02d10a37efefa790e3e5631aba9859fef49 (patch)
tree9f089c6f64877e6879e21a9c971bb6a8b286f02f /usr.sbin/lpr
parent8eeb1c8b34bfa0066d528e4da8571a9e21de2a21 (diff)
downloadsrc-54ede02d10a37efefa790e3e5631aba9859fef49.tar.gz
src-54ede02d10a37efefa790e3e5631aba9859fef49.zip
add FBSDID
Notes
Notes: svn path=/head/; revision=117280
Diffstat (limited to 'usr.sbin/lpr')
-rw-r--r--usr.sbin/lpr/lpd/lpd.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.sbin/lpr/lpd/lpd.c b/usr.sbin/lpr/lpd/lpd.c
index 62042be6c706..e045e8fd82ee 100644
--- a/usr.sbin/lpr/lpd/lpd.c
+++ b/usr.sbin/lpr/lpd/lpd.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[] = "@(#)lpd.c 8.7 (Berkeley) 5/10/95";
-#endif
-static const char rcsid[] =
- "$FreeBSD$";
#endif /* not lint */
+#endif
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
/*
* lpd -- line printer daemon.