From owner-cvs-all Thu Apr 20 2:49:22 2000 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 994C437B52E; Thu, 20 Apr 2000 02:49:18 -0700 (PDT) (envelope-from cracauer@FreeBSD.org) Received: (from cracauer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA29448; Thu, 20 Apr 2000 02:49:18 -0700 (PDT) (envelope-from cracauer@FreeBSD.org) Message-Id: <200004200949.CAA29448@freefall.freebsd.org> From: Martin Cracauer Date: Thu, 20 Apr 2000 02:49:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh arith_lex.l error.h histedit.c jobs.c miscbltin.c options.c options.h parser.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cracauer 2000/04/20 02:49:18 PDT Modified files: bin/sh arith_lex.l error.h histedit.c jobs.c miscbltin.c options.c options.h parser.c Log: Fix warnings, some of them serious because sh violated name spaces reserved by the header files it includes. mkinit.c still produces C code with redundant declarations, although they are more harmless since they automatically derived from the right places. Revision Changes Path 1.15 +2 -3 src/bin/sh/arith_lex.l 1.12 +1 -2 src/bin/sh/error.h 1.14 +2 -4 src/bin/sh/histedit.c 1.28 +1 -2 src/bin/sh/jobs.c 1.23 +4 -7 src/bin/sh/miscbltin.c 1.16 +3 -3 src/bin/sh/options.c 1.10 +2 -2 src/bin/sh/options.h 1.30 +2 -3 src/bin/sh/parser.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message