From 9973d1abaa33cc927b69a947a83ce661c0977f84 Mon Sep 17 00:00:00 2001 From: drochner Date: Fri, 18 Dec 1998 14:24:43 +0000 Subject: [PATCH] COMPAT_xxx option review: add missing opt_compat_netbsd.h --- sys/filecorefs/filecore_vfsops.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/filecorefs/filecore_vfsops.c b/sys/filecorefs/filecore_vfsops.c index 2faae0ba3c76..d62d7ddaf455 100644 --- a/sys/filecorefs/filecore_vfsops.c +++ b/sys/filecorefs/filecore_vfsops.c @@ -1,4 +1,4 @@ -/* $NetBSD: filecore_vfsops.c,v 1.4 1998/09/05 04:37:40 mycroft Exp $ */ +/* $NetBSD: filecore_vfsops.c,v 1.5 1998/12/18 14:24:43 drochner Exp $ */ /*- * Copyright (c) 1998 Andrew McMurry @@ -36,6 +36,10 @@ * filecore_vfsops.c 1.1 1998/6/26 */ +#if defined(_KERNEL) && !defined(_LKM) +#include "opt_compat_netbsd.h" +#endif + #include #include #include