Date: Sun, 3 Sep 2000 23:09:54 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/getopt getopt.c src/usr.bin/ktrace ktrace.c src/usr.bin/last last.c src/usr.bin/ldd ldd.c src/usr.bin/locate/code locate.code.c src/usr.bin/locate/locate locate.c src/usr.bin/m4 main.c src/usr.bin/nfsstat nfsstat.c ... Message-ID: <200009040609.XAA64142@freefall.freebsd.org>
index | next in thread | raw e-mail
imp 2000/09/03 23:09:54 PDT
Modified files:
usr.bin/getopt getopt.c
usr.bin/ktrace ktrace.c
usr.bin/last last.c
usr.bin/ldd ldd.c
usr.bin/locate/code locate.code.c
usr.bin/locate/locate locate.c
usr.bin/m4 main.c
usr.bin/nfsstat nfsstat.c
usr.bin/nm nm.c
usr.bin/ranlib ranlib.c
usr.bin/rlogin rlogin.c
usr.bin/rpcinfo rpcinfo.c
usr.bin/rup rup.c
usr.bin/strings strings.c
usr.bin/tconv tconv.c
usr.bin/telnet main.c
usr.bin/time time.c
usr.bin/tput tput.c
usr.bin/vacation vacation.c
Log:
getopt and friends are declared in <unistd.h>
getopt returns -1 not EOF.
Revision Changes Path
1.5 +3 -2 src/usr.bin/getopt/getopt.c
1.14 +1 -3 src/usr.bin/ktrace/ktrace.c
1.14 +1 -3 src/usr.bin/last/last.c
1.19 +2 -2 src/usr.bin/ldd/ldd.c
1.12 +2 -3 src/usr.bin/locate/code/locate.code.c
1.13 +1 -5 src/usr.bin/locate/locate/locate.c
1.7 +1 -5 src/usr.bin/m4/main.c
1.16 +1 -3 src/usr.bin/nfsstat/nfsstat.c
1.14 +1 -2 src/usr.bin/nm/nm.c
1.6 +1 -2 src/usr.bin/ranlib/ranlib.c
1.25 +1 -3 src/usr.bin/rlogin/rlogin.c
1.10 +2 -3 src/usr.bin/rpcinfo/rpcinfo.c
1.12 +1 -2 src/usr.bin/rup/rup.c
1.9 +1 -3 src/usr.bin/strings/strings.c
1.6 +1 -4 src/usr.bin/tconv/tconv.c
1.11 +4 -4 src/usr.bin/telnet/main.c
1.15 +1 -4 src/usr.bin/time/time.c
1.8 +4 -2 src/usr.bin/tput/tput.c
1.19 +1 -3 src/usr.bin/vacation/vacation.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009040609.XAA64142>
