From owner-cvs-libexec Tue Dec 10 09:05:51 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA13618 for cvs-libexec-outgoing; Tue, 10 Dec 1996 09:05:51 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA13611; Tue, 10 Dec 1996 09:05:47 -0800 (PST) Date: Tue, 10 Dec 1996 09:05:47 -0800 (PST) From: Garrett Wollman Message-Id: <199612101705.JAA13611@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-libexec Subject: cvs commit: src/libexec/bootpd getether.c getif.c lookup.c rtmsg.c src/libexec/bootpd/tools/bootptest print-bootp.c src/libexec/rbootd bpf.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/12/10 09:05:46 Modified: libexec/bootpd getether.c getif.c lookup.c rtmsg.c libexec/bootpd/tools/bootptest print-bootp.c libexec/rbootd bpf.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 +2 -1 src/libexec/bootpd/getether.c 1.4 +1 -3 src/libexec/bootpd/getif.c 1.3 +1 -3 src/libexec/bootpd/lookup.c 1.5 +2 -1 src/libexec/bootpd/rtmsg.c 1.3 +1 -3 src/libexec/bootpd/tools/bootptest/print-bootp.c 1.4 +2 -1 src/libexec/rbootd/bpf.c