From owner-cvs-libexec Wed Dec 24 11:02:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA24220 for cvs-libexec-outgoing; Wed, 24 Dec 1997 11:02:11 -0800 (PST) (envelope-from owner-cvs-libexec) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA24170; Wed, 24 Dec 1997 11:01:52 -0800 (PST) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id KAA07281; Wed, 24 Dec 1997 10:58:08 -0800 (PST) Date: Wed, 24 Dec 1997 10:58:08 -0800 (PST) Message-Id: <199712241858.KAA07281@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: cvs commit: src/libexec/bootpd getether.c hwaddr.c readfile.c report.c src/libexec/bootpd/tools/bootptest bootptest.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1997/12/24 10:58:07 PST Modified files: (Branch: RELENG_2_2) libexec/bootpd getether.c hwaddr.c readfile.c report.c libexec/bootpd/tools/bootptest bootptest.c Log: MFC:sprintf->snprintf Revision Changes Path 1.4.2.1 +2 -2 src/libexec/bootpd/getether.c 1.3.2.1 +2 -2 src/libexec/bootpd/hwaddr.c 1.2.2.1 +3 -2 src/libexec/bootpd/readfile.c 1.1.1.1.8.1 +1 -1 src/libexec/bootpd/report.c 1.2.2.1 +2 -2 src/libexec/bootpd/tools/bootptest/bootptest.c