diff options
author | bde <bde@FreeBSD.org> | 1995-10-10 05:41:39 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-10-10 05:41:39 +0000 |
commit | e57f986b876c5622835aebf77ce1340304a4e4a0 (patch) | |
tree | 7cb55d38571e41f20d00710a661cb285195a325c /sys | |
parent | bf6064e46391c8a75daf48a0e423286b578ee2be (diff) | |
download | FreeBSD-src-e57f986b876c5622835aebf77ce1340304a4e4a0.zip FreeBSD-src-e57f986b876c5622835aebf77ce1340304a4e4a0.tar.gz |
Remove bogus includes that became fatal after the previous (intended to
be cosmetic?) commit.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/i386/isa/cronyx.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/i386/isa/cronyx.c b/sys/i386/isa/cronyx.c index fb6ff34..c782557 100644 --- a/sys/i386/isa/cronyx.c +++ b/sys/i386/isa/cronyx.c @@ -30,14 +30,7 @@ # include <sys/socket.h> # include <net/if.h> # include <vm/vm.h> -# ifdef __FreeBSD__ -# if __FreeBSD__ < 2 -# include <machine/pio.h> -# else -# include <machine/cpufunc.h> -# include <sys/libkern.h> -# endif -# else +# ifndef __FreeBSD__ # include <machine/inline.h> # endif # include <machine/cronyx.h> |