diff options
author | peter <peter@FreeBSD.org> | 1998-06-01 07:36:20 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-06-01 07:36:20 +0000 |
commit | 0f778d7313fc2777a689ebb3f9e162f198928194 (patch) | |
tree | 5bd2a5172253ac33355522188298f916f0fd9085 /usr.sbin/amd | |
parent | 66d2475e6fbb88f6cdde7853461c19935a0f6cae (diff) | |
download | FreeBSD-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.
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r-- | usr.sbin/amd/config/misc-bsd44l.h | 6 |
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> |