summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_lookup.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-01-03 21:42:35 +0000
committerwollman <wollman@FreeBSD.org>1996-01-03 21:42:35 +0000
commit27a152b15de38e40154fcec3642de2b73386da9c (patch)
treeb8db8c9f076b450fa17b0aee608fb40b7932b1eb /sys/kern/vfs_lookup.c
parent38a054576f9b0e0c896b3bbb862739430f859bf5 (diff)
downloadFreeBSD-src-27a152b15de38e40154fcec3642de2b73386da9c.zip
FreeBSD-src-27a152b15de38e40154fcec3642de2b73386da9c.tar.gz
Converted two options over to the new scheme: USER_LDT and KTRACE.
Diffstat (limited to 'sys/kern/vfs_lookup.c')
-rw-r--r--sys/kern/vfs_lookup.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/vfs_lookup.c b/sys/kern/vfs_lookup.c
index 0194dd9..6c40c0c 100644
--- a/sys/kern/vfs_lookup.c
+++ b/sys/kern/vfs_lookup.c
@@ -36,9 +36,11 @@
* SUCH DAMAGE.
*
* @(#)vfs_lookup.c 8.4 (Berkeley) 2/16/94
- * $Id: vfs_lookup.c,v 1.9 1995/08/24 10:16:59 dfr Exp $
+ * $Id: vfs_lookup.c,v 1.10 1995/10/22 09:32:25 davidg Exp $
*/
+#include "opt_ktrace.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/syslimits.h>
OpenPOWER on IntegriCloud