summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2003-07-06 12:44:11 +0000
committercharnier <charnier@FreeBSD.org>2003-07-06 12:44:11 +0000
commit01f9734fe0530da4d03b90e27710d469a3114aeb (patch)
tree9f089c6f64877e6879e21a9c971bb6a8b286f02f /usr.sbin/lpr
parentba4d45d75f82583e6772314befee4628af27498c (diff)
downloadFreeBSD-src-01f9734fe0530da4d03b90e27710d469a3114aeb.zip
FreeBSD-src-01f9734fe0530da4d03b90e27710d469a3114aeb.tar.gz
add FBSDID
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 62042be..e045e8f 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.
OpenPOWER on IntegriCloud