summaryrefslogtreecommitdiffstats
path: root/usr.bin/ktrace/subr.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ktrace/subr.c')
-rw-r--r--usr.bin/ktrace/subr.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/ktrace/subr.c b/usr.bin/ktrace/subr.c
index 6076c24..5698b65 100644
--- a/usr.bin/ktrace/subr.c
+++ b/usr.bin/ktrace/subr.c
@@ -32,7 +32,11 @@
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)subr.c 8.1 (Berkeley) 6/6/93";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
#include <sys/param.h>
@@ -41,7 +45,9 @@ static char sccsid[] = "@(#)subr.c 8.1 (Berkeley) 6/6/93";
#include <sys/proc.h>
#include <sys/time.h>
#include <sys/ktrace.h>
+
#include <stdio.h>
+
#include "ktrace.h"
getpoints(s)
OpenPOWER on IntegriCloud