summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lptest/lptest.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/lpr/lptest/lptest.c')
-rw-r--r--usr.sbin/lpr/lptest/lptest.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.sbin/lpr/lptest/lptest.c b/usr.sbin/lpr/lptest/lptest.c
index 9136d2c..c73b796 100644
--- a/usr.sbin/lpr/lptest/lptest.c
+++ b/usr.sbin/lpr/lptest/lptest.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[] = "@(#)lptest.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$");
#include <stdlib.h>
#include <stdio.h>
OpenPOWER on IntegriCloud