From f66ca81068480d66f3ff8fd4735b0978bec37695 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 1 Jun 1998 07:36:20 +0000 Subject: [PATCH] Remove bogus #defines and redefintions for KERNEL, mount, nfs_init, the beastie builds just fine without them and gets less warnings. --- usr.sbin/amd/config/misc-bsd44l.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/usr.sbin/amd/config/misc-bsd44l.h b/usr.sbin/amd/config/misc-bsd44l.h index e124c87f7ee..76ead3d8413 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 -#define mount __kern_mount #include -#undef mount #include -#define KERNEL -#define nfs_init __kern_nfs_init #include -#undef nfs_init -#undef KERNEL #include