summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-06-01 07:36:20 +0000
committerpeter <peter@FreeBSD.org>1998-06-01 07:36:20 +0000
commit0f778d7313fc2777a689ebb3f9e162f198928194 (patch)
tree5bd2a5172253ac33355522188298f916f0fd9085
parent66d2475e6fbb88f6cdde7853461c19935a0f6cae (diff)
downloadFreeBSD-src-0f778d7313fc2777a689ebb3f9e162f198928194.zip
FreeBSD-src-0f778d7313fc2777a689ebb3f9e162f198928194.tar.gz
Remove bogus #defines and redefintions for KERNEL, mount, nfs_init, the
beastie builds just fine without them and gets less warnings.
-rw-r--r--usr.sbin/amd/config/misc-bsd44l.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.sbin/amd/config/misc-bsd44l.h b/usr.sbin/amd/config/misc-bsd44l.h
index e124c87..76ead3d 100644
--- a/usr.sbin/amd/config/misc-bsd44l.h
+++ b/usr.sbin/amd/config/misc-bsd44l.h
@@ -44,14 +44,8 @@ union nfsfh;
typedef union nfsfh nfsfh_t;
#include <sys/ucred.h>
-#define mount __kern_mount
#include <sys/mount.h>
-#undef mount
#include <nfs/rpcv2.h>
-#define KERNEL
-#define nfs_init __kern_nfs_init
#include <nfs/nfs.h>
-#undef nfs_init
-#undef KERNEL
#include <ufs/ufs/ufsmount.h>
OpenPOWER on IntegriCloud