From a8c8e00c91ee3b7567d3dd2ad6c6394f041928cb Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 24 Apr 2000 17:30:08 +0000 Subject: * Use sys/sys/random.h rather than a i386 specific one. * There was nothing that should be machine dependant about i386/isa/random_machdep.c, so it is now sys/kern/kern_random.c. --- sys/netipx/ipx_input.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/netipx') diff --git a/sys/netipx/ipx_input.c b/sys/netipx/ipx_input.c index db6025d..e16285c 100644 --- a/sys/netipx/ipx_input.c +++ b/sys/netipx/ipx_input.c @@ -42,6 +42,7 @@ #include #include #include +#include #include #include @@ -55,8 +56,6 @@ #include #include -#include - int ipxcksum = 0; SYSCTL_INT(_net_ipx_ipx, OID_AUTO, checksum, CTLFLAG_RW, &ipxcksum, 0, ""); -- cgit v1.1