Date: Thu, 20 Apr 2000 02:49:18 -0700 (PDT) From: Martin Cracauer <cracauer@FreeBSD.org> 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 Message-ID: <200004200949.CAA29448@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004200949.CAA29448>