From owner-cvs-all Sun Jun 24 16: 4:29 2001
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 0E09837B401; Sun, 24 Jun 2001 16:04:24 -0700 (PDT)
(envelope-from dd@FreeBSD.org)
Received: (from dd@localhost)
by freefall.freebsd.org (8.11.3/8.11.3) id f5ON4N917355;
Sun, 24 Jun 2001 16:04:23 -0700 (PDT)
(envelope-from dd)
Message-Id: <200106242304.f5ON4N917355@freefall.freebsd.org>
From: Dima Dorfman
Date: Sun, 24 Jun 2001 16:04:23 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/bin/cat cat.c src/bin/pax pax.c src/bin/sh error.c
src/sbin/badsect badsect.c src/sbin/comcontrol comcontrol.c
src/sbin/dumpon dumpon.c src/sbin/kldload kldload.c src/sbin/md5
md5.c src/sbin/mount mount_ufs.c src/sbin/mount_std mount_std.c ...
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
dd 2001/06/24 16:04:23 PDT
Modified files:
bin/cat cat.c
bin/pax pax.c
bin/sh error.c
sbin/badsect badsect.c
sbin/comcontrol comcontrol.c
sbin/dumpon dumpon.c
sbin/kldload kldload.c
sbin/md5 md5.c
sbin/mount mount_ufs.c
sbin/mount_std mount_std.c
sbin/mount_umapfs mount_umapfs.c
sbin/restore main.c utilities.c
sbin/reboot reboot.c
sbin/spppcontrol spppcontrol.c
sbin/swapon swapon.c
Log:
Include missing header files which define functions for which gcc has
builtins (e.g., exit, strcmp).
Revision Changes Path
1.16 +2 -1 src/bin/cat/cat.c
1.20 +2 -1 src/bin/pax/pax.c
1.17 +2 -1 src/bin/sh/error.c
1.9 +2 -1 src/sbin/badsect/badsect.c
1.12 +2 -1 src/sbin/comcontrol/comcontrol.c
1.12 +3 -1 src/sbin/dumpon/dumpon.c
1.7 +2 -1 src/sbin/kldload/kldload.c
1.23 +2 -1 src/sbin/md5/md5.c
1.21 +2 -1 src/sbin/mount/mount_ufs.c
1.11 +2 -1 src/sbin/mount_std/mount_std.c
1.19 +2 -1 src/sbin/mount_umapfs/mount_umapfs.c
1.12 +2 -1 src/sbin/restore/main.c
1.10 +2 -1 src/sbin/restore/utilities.c
1.12 +2 -1 src/sbin/reboot/reboot.c
1.8 +2 -1 src/sbin/spppcontrol/spppcontrol.c
1.10 +2 -1 src/sbin/swapon/swapon.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message