From owner-cvs-all Sun Jun 24 12:50:50 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 3012537B401; Sun, 24 Jun 2001 12:50:43 -0700 (PDT)
(envelope-from dd@FreeBSD.org)
Received: (from dd@localhost)
by freefall.freebsd.org (8.11.3/8.11.3) id f5OJohX65775;
Sun, 24 Jun 2001 12:50:43 -0700 (PDT)
(envelope-from dd)
Message-Id: <200106241950.f5OJohX65775@freefall.freebsd.org>
From: Dima Dorfman
Date: Sun, 24 Jun 2001 12:50:43 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.bin/cksum cksum.c src/usr.bin/colcrt colcrt.c
src/usr.bin/comm comm.c src/usr.bin/expand expand.c
src/usr.bin/finger net.c src/usr.bin/getopt getopt.c
src/usr.bin/ipcs ipcs.c src/usr.bin/keylogin keylogin.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 12:50:43 PDT
Modified files:
usr.bin/cksum cksum.c
usr.bin/colcrt colcrt.c
usr.bin/comm comm.c
usr.bin/expand expand.c
usr.bin/finger net.c
usr.bin/getopt getopt.c
usr.bin/ipcs ipcs.c
usr.bin/keylogin keylogin.c
usr.bin/renice renice.c
usr.bin/soelim soelim.c
usr.bin/tput tput.c
usr.bin/tty tty.c
usr.bin/unifdef unifdef.c
usr.bin/unvis unvis.c
usr.bin/uuencode uuencode.c
usr.bin/who who.c
usr.bin/ypcat ypcat.c
usr.bin/ypmatch ypmatch.c
Log:
Include missing header files which define functions for which gcc has
builtins (e.g., exit, strcmp).
Revision Changes Path
1.12 +2 -1 src/usr.bin/cksum/cksum.c
1.9 +2 -1 src/usr.bin/colcrt/colcrt.c
1.13 +2 -1 src/usr.bin/comm/comm.c
1.8 +2 -1 src/usr.bin/expand/expand.c
1.17 +2 -1 src/usr.bin/finger/net.c
1.6 +2 -1 src/usr.bin/getopt/getopt.c
1.16 +2 -1 src/usr.bin/ipcs/ipcs.c
1.3 +2 -1 src/usr.bin/keylogin/keylogin.c
1.6 +2 -1 src/usr.bin/renice/renice.c
1.5 +3 -1 src/usr.bin/soelim/soelim.c
1.9 +2 -1 src/usr.bin/tput/tput.c
1.5 +2 -1 src/usr.bin/tty/tty.c
1.5 +3 -1 src/usr.bin/unifdef/unifdef.c
1.6 +2 -1 src/usr.bin/unvis/unvis.c
1.6 +2 -1 src/usr.bin/uuencode/uuencode.c
1.11 +2 -1 src/usr.bin/who/who.c
1.5 +3 -1 src/usr.bin/ypcat/ypcat.c
1.8 +2 -1 src/usr.bin/ypmatch/ypmatch.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message