Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 May 2000 12:41:03 +0900
From:      Osamu MIHARA <mihara@prd.fc.nec.co.jp>
To:        freebsd-stable@freebsd.org
Subject:   make buildworld failure at src/usr.bin/sed/main.c
Message-ID:  <86d7ms8mgg.wl@athena.prd.fc.nec.co.jp>

next in thread | raw e-mail | index | archive | help
Hi,

I found a typo in src/usr.bin/sed/main.c which causes make world
failure.

main.c:

"$FreeBSD: src/usr.bin/sed/main.c,v 1.9.2.1 2000/05/11 20:12:26 nsayer Exp $";

at line 117:
        char *tmp_arg;

This should be "char *temp_arg;".  This error is only in RELENG_4.
-- 
  Osamu MIHARA // NEC Printers Division


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?86d7ms8mgg.wl>