diff --git a/sys/arch/mac68k/dev/if_mc.c b/sys/arch/mac68k/dev/if_mc.c index 2d281fc4e334..e9a1fc35b89d 100644 --- a/sys/arch/mac68k/dev/if_mc.c +++ b/sys/arch/mac68k/dev/if_mc.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_mc.c,v 1.10 1998/07/05 06:49:05 jonathan Exp $ */ +/* $NetBSD: if_mc.c,v 1.11 1998/07/08 04:18:53 scottr Exp $ */ /*- * Copyright (c) 1997 David Huang @@ -88,14 +88,6 @@ #include #include -#ifdef DDB -#define integrate -#define hide -#else -#define integrate static __inline -#define hide static -#endif - hide void mcwatchdog __P((struct ifnet *)); hide int mcinit __P((struct mc_softc *sc)); hide int mcstop __P((struct mc_softc *sc)); diff --git a/sys/arch/mac68k/obio/if_mc_obio.c b/sys/arch/mac68k/obio/if_mc_obio.c index 39a32b3f843b..d1dd70a283e7 100644 --- a/sys/arch/mac68k/obio/if_mc_obio.c +++ b/sys/arch/mac68k/obio/if_mc_obio.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_mc_obio.c,v 1.5 1998/05/02 16:45:31 scottr Exp $ */ +/* $NetBSD: if_mc_obio.c,v 1.6 1998/07/08 04:18:54 scottr Exp $ */ /*- * Copyright (c) 1997 David Huang @@ -35,6 +35,8 @@ * Controller) for DMA to and from the MACE. */ +#include "opt_ddb.h" + #include #include #include