diff options
Diffstat (limited to 'i386/i386at/lpr.c')
-rw-r--r-- | i386/i386at/lpr.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/i386/i386at/lpr.c b/i386/i386at/lpr.c index 09afbfc..17bafeb 100644 --- a/i386/i386at/lpr.c +++ b/i386/i386at/lpr.c @@ -31,7 +31,6 @@ #include <lpr.h> #if NLPR > 0 #include <par.h> -#include <de6c.h> #ifdef MACH_KERNEL #include <mach/std_types.h> @@ -63,10 +62,6 @@ extern int parattach(); #endif -#if NDE6C > 0 -extern int de6cattach(); -#endif - extern void splx(); extern spl_t spltty(); extern void timeout(); @@ -136,9 +131,6 @@ void lprattach(struct bus_device *dev) parattach(dev); #endif -#if NDE6C > 0 && !defined(LINUX_DEV) - de6cattach(dev); -#endif return; } |