Date: Sun, 25 Apr 1999 14:13:34 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/chio chio.c src/bin/cp cp.c utils.c src/bin/csh dol.c func.c lex.c sem.c src/bin/date vary.c src/bin/dd dd.c src/bin/sh arith_lex.l input.c Message-ID: <199904252113.OAA32492@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 1999/04/25 14:13:34 PDT Modified files: bin/chio chio.c bin/cp cp.c utils.c bin/csh dol.c func.c lex.c sem.c bin/date vary.c bin/dd dd.c bin/sh arith_lex.l input.c Log: First set of fixes to keep egcs happy. These include {} around single statement if blocks[*] when the else could be ambiguous, not defaulting to int type and removal of some unused variables. [*] This is explicitly allowed by style(9) when the single statement spans more than one line. Reviewed by: obrien, chuckr Revision Changes Path 1.10 +2 -1 src/bin/chio/chio.c 1.18 +3 -2 src/bin/cp/cp.c 1.22 +3 -2 src/bin/cp/utils.c 1.9 +3 -2 src/bin/csh/dol.c 1.12 +3 -2 src/bin/csh/func.c 1.11 +2 -2 src/bin/csh/lex.c 1.9 +3 -2 src/bin/csh/sem.c 1.6 +5 -3 src/bin/date/vary.c 1.16 +6 -5 src/bin/dd/dd.c 1.13 +3 -3 src/bin/sh/arith_lex.l 1.12 +1 -2 src/bin/sh/input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904252113.OAA32492>