From owner-cvs-sys Sat Oct 12 12:51:17 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA24573 for cvs-sys-outgoing; Sat, 12 Oct 1996 12:51:17 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA24358; Sat, 12 Oct 1996 12:49:45 -0700 (PDT) Date: Sat, 12 Oct 1996 12:49:45 -0700 (PDT) From: Bruce Evans Message-Id: <199610121949.MAA24358@freefall.freebsd.org> 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 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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 from and 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 . 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