From owner-freebsd-stable Fri May 12 2:30:34 2000 Delivered-To: freebsd-stable@freebsd.org Received: from office.omc.net (office.omc.net [195.185.142.22]) by hub.freebsd.org (Postfix) with ESMTP id 1C95437B6AA for ; Fri, 12 May 2000 02:30:26 -0700 (PDT) (envelope-from LutzRab@omc.net) Received: from lutz (lutz.omc.net [195.185.142.3]) by office.omc.net (8.9.3/8.9.3) with ESMTP id LAA09388 for ; Fri, 12 May 2000 11:30:23 +0200 (CEST) From: "Lutz Rabing" Organization: OMCnet IS GmbH To: freebsd-stable@FreeBSD.ORG Date: Fri, 12 May 2000 11:27:16 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: sed in 4.0-STABLE Reply-To: LutzRab@omc.net Message-ID: <391BEA94.516.ACF9FD1@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, a buildworld (4.0-STABLE) failed due to compilation errors in sed: ---------- cc -O2 -pipe -Wall -c /usr/src/usr.bin/sed/main.c /usr/src/usr.bin/sed/main.c: In function `main': /usr/src/usr.bin/sed/main.c:129: `temp_arg' undeclared (first use in this function) /usr/src/usr.bin/sed/main.c:129: (Each undeclared identifier is reported only once /usr/src/usr.bin/sed/main.c:129: for each function it appears in.) /usr/src/usr.bin/sed/main.c:117: warning: unused variable `tmp_arg' *** Error code 1 ---------- in line 117 of main.c the varible def is: char *tmp_arg; I think it should be: char *temp_arg; Lutz Rabing -OMCnet IS GmbH- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message