From owner-cvs-all Sun Apr 25 14:13:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D94C114C22; Sun, 25 Apr 1999 14:13:34 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA32492; Sun, 25 Apr 1999 14:13:34 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199904252113.OAA32492@freefall.freebsd.org> From: Warner Losh Date: Sun, 25 Apr 1999 14:13:34 -0700 (PDT) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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