From owner-cvs-usrsbin Tue Dec 10 09:01:01 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA13246 for cvs-usrsbin-outgoing; Tue, 10 Dec 1996 09:01:01 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA13238; Tue, 10 Dec 1996 09:00:57 -0800 (PST) Date: Tue, 10 Dec 1996 09:00:57 -0800 (PST) From: Garrett Wollman Message-Id: <199612101700.JAA13238@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/portmap from_local.c src/usr.sbin/IPXrouted startup.c src/usr.sbin/amd/fsinfo fsinfo.h src/usr.sbin/arp arp.c src/usr.sbin/ppp os.c route.c src/usr.sbin/pppstats pppstats.c src/usr.sbin/slstat slstat.c src/usr.sbin/trpt trpt.c src/usr.sbin/xntpd/include ntp_if.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/12/10 09:00:57 Modified: usr.sbin/amd/fsinfo fsinfo.h usr.sbin/arp arp.c usr.sbin/portmap from_local.c usr.sbin/ppp os.c route.c usr.sbin/pppstats pppstats.c usr.sbin/slstat slstat.c usr.sbin/trpt trpt.c usr.sbin/xntpd/include ntp_if.h usr.sbin/IPXrouted startup.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.2 +2 -1 src/usr.sbin/amd/fsinfo/fsinfo.h 1.5 +2 -2 src/usr.sbin/arp/arp.c 1.3 +6 -3 src/usr.sbin/portmap/from_local.c 1.8 +7 -3 src/usr.sbin/ppp/os.c 1.10 +12 -8 src/usr.sbin/ppp/route.c 1.7 +6 -4 src/usr.sbin/pppstats/pppstats.c 1.8 +2 -1 src/usr.sbin/slstat/slstat.c 1.5 +1 -0 src/usr.sbin/trpt/trpt.c 1.2 +9 -1 src/usr.sbin/xntpd/include/ntp_if.h 1.4 +2 -1 src/usr.sbin/IPXrouted/startup.c