From owner-cvs-sbin Tue Dec 10 09:07:57 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA13788 for cvs-sbin-outgoing; Tue, 10 Dec 1996 09:07:57 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA13781; Tue, 10 Dec 1996 09:07:52 -0800 (PST) Date: Tue, 10 Dec 1996 09:07:52 -0800 (PST) From: Garrett Wollman Message-Id: <199612101707.JAA13781@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ifconfig ifconfig.c src/sbin/ipfw ipfw.c src/sbin/route route.c src/sbin/routed defs.h src/sbin/slattach slattach.c src/sbin/startslip startslip.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/12/10 09:07:50 Modified: sbin/ifconfig ifconfig.c sbin/ipfw ipfw.c sbin/route route.c sbin/routed defs.h sbin/slattach slattach.c sbin/startslip startslip.c Log: Fix up programs which expect to include to instead do it themselves. (Some of these programs actually depended on this beyond compiling the definition of struct ifinfo!) Also fix up some other #include messes while we're at it. Revision Changes Path 1.21 +2 -1 src/sbin/ifconfig/ifconfig.c 1.35 +13 -9 src/sbin/ipfw/ipfw.c 1.18 +7 -5 src/sbin/route/route.c 1.4 +2 -1 src/sbin/routed/defs.h 1.21 +14 -11 src/sbin/slattach/slattach.c 1.19 +15 -12 src/sbin/startslip/startslip.c