From owner-cvs-usrbin Tue Dec 10 09:12:05 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA14133 for cvs-usrbin-outgoing; Tue, 10 Dec 1996 09:12:05 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA14112; Tue, 10 Dec 1996 09:12:02 -0800 (PST) Date: Tue, 10 Dec 1996 09:12:02 -0800 (PST) From: Garrett Wollman Message-Id: <199612101712.JAA14112@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/kdump mkioctls src/usr.bin/netstat atalk.c if.c ipx.c mroute.c route.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/12/10 09:11:59 Modified: usr.bin/kdump mkioctls usr.bin/netstat atalk.c if.c ipx.c mroute.c route.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.5 +1 -0 src/usr.bin/kdump/mkioctls 1.7 +1 -4 src/usr.bin/netstat/atalk.c 1.17 +1 -0 src/usr.bin/netstat/if.c 1.5 +1 -2 src/usr.bin/netstat/ipx.c 1.7 +1 -0 src/usr.bin/netstat/mroute.c 1.22 +2 -1 src/usr.bin/netstat/route.c