From 699b85840d247f2ef1f2e94886889949258503d8 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Sat, 4 May 1991 02:30:58 -0800 Subject: [PATCH] nope, it does need sys/user.h SCCS-vsn: usr.bin/ktrace/subr.c 5.3 --- usr/src/usr.bin/ktrace/subr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/src/usr.bin/ktrace/subr.c b/usr/src/usr.bin/ktrace/subr.c index 7eb3c194da..bf908d84ef 100644 --- a/usr/src/usr.bin/ktrace/subr.c +++ b/usr/src/usr.bin/ktrace/subr.c @@ -6,7 +6,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)subr.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)subr.c 5.3 (Berkeley) %G%"; #endif /* not lint */ #include -- 2.20.1