Date: Sat, 12 Oct 1996 12:49:45 -0700 (PDT) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 genassym.c src/sys/pci if_fxp.c src/sys/i386/eisa 3c5x9.c src/sys/net if.h if_arp.h if_mib.c src/sys/netinet if_ether.c ip_fw.c Message-ID: <199610121949.MAA24358@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 96/10/12 12:49:44
Modified: sys/i386/eisa 3c5x9.c
sys/i386/i386 genassym.c
sys/net if.h if_arp.h if_mib.c
sys/netinet if_ether.c ip_fw.c
sys/pci if_fxp.c
Log:
Removed nested include if <sys/socket.h> from <net/if.h> and
<net/if_arp.h> and fixed the things that depended on it. The nested
include just allowed unportable programs to compile and made my
simple #include checking program report that networking code doesn't
need to include <sys/socket.h>.
Revision Changes Path
1.7 +2 -1 src/sys/i386/eisa/3c5x9.c
1.39 +2 -1 src/sys/i386/i386/genassym.c
1.35 +1 -3 src/sys/net/if.h
1.6 +1 -3 src/sys/net/if_arp.h
1.2 +2 -1 src/sys/net/if_mib.c
1.34 +2 -1 src/sys/netinet/if_ether.c
1.51 +2 -1 src/sys/netinet/ip_fw.c
1.21 +2 -1 src/sys/pci/if_fxp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610121949.MAA24358>
