Date: Tue, 8 Aug 1995 00:17:39 GMT From: asami@cs.berkeley.edu (Satoshi Asami) To: bde@zeta.org.au Cc: current@freebsd.org Subject: Re: "ld: /usr/lib/crt0.o: Undefined error: 0" problem solved Message-ID: <199508080017.AAA06216@silvia.HIP.Berkeley.EDU> In-Reply-To: <199508080604.QAA26589@godzilla.zeta.org.au> (message from Bruce Evans on Tue, 8 Aug 1995 16:04:00 %2B1000)
index | next in thread | previous in thread | raw e-mail
* Untested fix:
* ! if (fname && (fd = open(fname, O_RDONLY, 0)) > 0) {
* ! if (fname && (fd = open(fname, O_RDONLY, 0)) >= 0) {
Oh, I see.
Thanks, I'm right in the middle of the make world right now, I'll try
it after it's done and let you know how it goes.
Satoshi
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508080017.AAA06216>
