From 743d5543e2ca854f6668a02ee51fa0bf28377217 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 1 Feb 1998 21:53:19 +0000 Subject: [PATCH] Don't define KERNEL before including . It is no longer necessary. This fixes warnings about missing forward declarations for structs in kernel-only prototypes. --- sbin/mount_nfs/mount_nfs.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sbin/mount_nfs/mount_nfs.c b/sbin/mount_nfs/mount_nfs.c index 7a4a45363d26..510db4ab7e6c 100644 --- a/sbin/mount_nfs/mount_nfs.c +++ b/sbin/mount_nfs/mount_nfs.c @@ -45,7 +45,7 @@ static char copyright[] = static char sccsid[] = "@(#)mount_nfs.c 8.11 (Berkeley) 5/4/95"; */ static const char rcsid[] = - "$Id: mount_nfs.c,v 1.25 1997/12/24 00:58:39 imp Exp $"; + "$Id: mount_nfs.c,v 1.26 1997/12/26 23:28:12 imp Exp $"; #endif /* not lint */ #include @@ -70,9 +70,7 @@ static const char rcsid[] = #include #include -#define KERNEL #include -#undef KERNEL #include #include