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/fdesc/fdesc_vfsops.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/miscfs/fdesc/fdesc_vfsops.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.32 retrieving revision 1.33 diff -u -p -r1.32 -r1.33 --- src/sys/miscfs/fdesc/fdesc_vfsops.c 2001/01/22 12:17:37 1.32 +++ src/sys/miscfs/fdesc/fdesc_vfsops.c 2001/05/30 11:57:16 1.33 @@ -1,4 +1,4 @@ -/* $NetBSD: fdesc_vfsops.c,v 1.32 2001/01/22 12:17:37 jdolecek Exp $ */ +/* $NetBSD: fdesc_vfsops.c,v 1.33 2001/05/30 11:57:16 mrg Exp $ */ /* * Copyright (c) 1992, 1993, 1995 @@ -44,7 +44,7 @@ * /dev/fd Filesystem */ -#if defined(_KERNEL) && !defined(_LKM) +#if defined(_KERNEL_OPT) #include "opt_compat_netbsd.h" #endif