Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/miscfs/portal/Attic/portal_vfsops.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -p -r1.25 -r1.26 --- src/sys/miscfs/portal/Attic/portal_vfsops.c 2001/01/22 12:17:39 1.25 +++ src/sys/miscfs/portal/Attic/portal_vfsops.c 2001/05/30 11:57:17 1.26 @@ -1,4 +1,4 @@ -/* $NetBSD: portal_vfsops.c,v 1.25 2001/01/22 12:17:39 jdolecek Exp $ */ +/* $NetBSD: portal_vfsops.c,v 1.26 2001/05/30 11:57:17 mrg Exp $ */ /* * Copyright (c) 1992, 1993, 1995 @@ -43,7 +43,7 @@ * Portal Filesystem */ -#if defined(_KERNEL) && !defined(_LKM) +#if defined(_KERNEL_OPT) #include "opt_compat_netbsd.h" #endif