From owner-cvs-all Tue May 28 11:31:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BCE837B47A; Tue, 28 May 2002 11:31:42 -0700 (PDT) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4SIVg085854; Tue, 28 May 2002 11:31:42 -0700 (PDT) (envelope-from alfred) Message-Id: <200205281831.g4SIVg085854@freefall.freebsd.org> From: Alfred Perlstein Date: Tue, 28 May 2002 11:31:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/bootpd bootpd.c dovend.c dovend.h dumptab.c getether.h getif.h hash.c hash.h hwaddr.h lookup.h readfile.c readfile.h report.c report.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2002/05/28 11:31:41 PDT Modified files: libexec/bootpd bootpd.c dovend.c dovend.h dumptab.c getether.h getif.h hash.c hash.h hwaddr.h lookup.h readfile.c readfile.h report.c report.h Log: Assume __STDC__, remove non-__STDC__ code. Reviewed by: md5 Revision Changes Path 1.17 +0 -4 src/libexec/bootpd/bootpd.c 1.7 +0 -4 src/libexec/bootpd/dovend.c 1.2 +4 -11 src/libexec/bootpd/dovend.h 1.8 +1 -5 src/libexec/bootpd/dumptab.c 1.2 +1 -4 src/libexec/bootpd/getether.h 1.2 +1 -4 src/libexec/bootpd/getif.h 1.6 +0 -4 src/libexec/bootpd/hash.c 1.2 +1 -8 src/libexec/bootpd/hash.h 1.6 +0 -4 src/libexec/bootpd/hwaddr.h 1.2 +4 -11 src/libexec/bootpd/lookup.h 1.9 +1 -5 src/libexec/bootpd/readfile.c 1.2 +6 -14 src/libexec/bootpd/readfile.h 1.5 +1 -18 src/libexec/bootpd/report.c 1.4 +0 -4 src/libexec/bootpd/report.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message