Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 May 2000 11:27:16 +0200
From:      "Lutz Rabing" <LutzRab@omc.net>
To:        freebsd-stable@FreeBSD.ORG
Subject:   sed in 4.0-STABLE
Message-ID:  <391BEA94.516.ACF9FD1@localhost>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?391BEA94.516.ACF9FD1>