From dc28f16d8ee251f2510631cfa4e043bbe4a82a8b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 20 Apr 2004 12:28:19 +0000 Subject: Use -D_KERNEL instead of -DKERNEL for greater FreeBSD compliance. --- cpukit/libnetworking/nfs/nfs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/libnetworking/nfs/nfs.h') diff --git a/cpukit/libnetworking/nfs/nfs.h b/cpukit/libnetworking/nfs/nfs.h index 68f206e213..afa7593278 100644 --- a/cpukit/libnetworking/nfs/nfs.h +++ b/cpukit/libnetworking/nfs/nfs.h @@ -269,7 +269,7 @@ struct nfsstats { * such as SIGALRM will not expect file I/O system calls to be interrupted * by them and break. */ -#if defined(KERNEL) || defined(_KERNEL) +#if defined(_KERNEL) || defined(_KERNEL) struct uio; struct buf; struct vattr; struct nameidata; /* XXX */ @@ -615,6 +615,6 @@ extern int nfs_debug; #endif -#endif /* KERNEL */ +#endif /* _KERNEL */ #endif -- cgit v1.2.3