aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-06-01 07:36:20 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-06-01 07:36:20 +0000
commitf66ca81068480d66f3ff8fd4735b0978bec37695 (patch)
treec2d14bd7abbf118948dd200e535b9de3921e54cf
parentefb92d53a6723d4d5225dc17755702ecb5ff2ab6 (diff)
downloadsrc-f66ca81068480d66f3ff8fd4735b0978bec37695.tar.gz
src-f66ca81068480d66f3ff8fd4735b0978bec37695.zip
Remove bogus #defines and redefintions for KERNEL, mount, nfs_init, the
beastie builds just fine without them and gets less warnings.
Notes
Notes: svn path=/head/; revision=36558
-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 e124c87f7ee9..76ead3d8413b 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>