summaryrefslogtreecommitdiffstats
path: root/usr.bin/ktrace/subr.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2003-02-05 14:25:43 +0000
committercharnier <charnier@FreeBSD.org>2003-02-05 14:25:43 +0000
commitf9143f2eabc9ce79b88375a1341713d8812cf2e8 (patch)
treeaeb0af23e13f6d95b1014a84053411b3e942cae1 /usr.bin/ktrace/subr.c
parentdd3bdff2f61b90fc7d41aa17f077168d4983c3c2 (diff)
downloadFreeBSD-src-f9143f2eabc9ce79b88375a1341713d8812cf2e8.zip
FreeBSD-src-f9143f2eabc9ce79b88375a1341713d8812cf2e8.tar.gz
Do not start err(3) strings with uppercase nor dot terminate them.
Standard sccsid[] area according to style(9).
Diffstat (limited to 'usr.bin/ktrace/subr.c')
-rw-r--r--usr.bin/ktrace/subr.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/ktrace/subr.c b/usr.bin/ktrace/subr.c
index c56aa29..5b8b64d 100644
--- a/usr.bin/ktrace/subr.c
+++ b/usr.bin/ktrace/subr.c
@@ -31,13 +31,11 @@
* SUCH DAMAGE.
*/
-#ifndef lint
#if 0
+#ifndef lint
static char sccsid[] = "@(#)subr.c 8.1 (Berkeley) 6/6/93";
-#endif
#endif /* not lint */
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
OpenPOWER on IntegriCloud