Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Nov 2002 22:33:16 -0500 (EST)
From:      Garrett Wollman <wollman@lcs.mit.edu>
To:        Alfred Perlstein <alfred@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/lib/libc/gen sysconf.c
Message-ID:  <200211170333.gAH3XG7o099552@khavrinen.lcs.mit.edu>
In-Reply-To: <20021117030805.GA6882@elvis.mu.org>
References:  <200211160635.gAG6ZKUX094649@repoman.freebsd.org> <200211160706.gAG76Z4S089556@khavrinen.lcs.mit.edu> <20021116095822.GT50692@elvis.mu.org> <200211170202.gAH22oLd099179@khavrinen.lcs.mit.edu> <20021117030805.GA6882@elvis.mu.org>

next in thread | previous in thread | raw e-mail | index | archive | help
<<On Sat, 16 Nov 2002 19:08:05 -0800, Alfred Perlstein <alfred@FreeBSD.org> said:

> In re 1.18, the problem is that the code changes a 0 return to -1,
> at least for _SC_AIO_PRIO_DELTA_MAX, so that portion of the revision
> should stay right?  (since 0 is a valid response from the kernel)

The bug here is that these cases are going through the `yesno' logic
but are not booleans.  Replace the `goto yesno' with `break' and the
Right Thing should happen (i.e., the value from the kernel will be
returned).

-GAWollman


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?200211170333.gAH3XG7o099552>