In article <20110228005040.ga26...@netbsd.org>,
David Holland wrote:
>On Sun, Feb 27, 2011 at 07:12:16PM -0500, Christos Zoulas wrote:
> > don't depend on F_OK being 0.
> > :
> > - if ((SCARG(uap, flags) & ~(R_OK | W_OK | X_OK)) != 0) {
> > + if ((SCARG(uap, flags) & ~(F_OK | R_OK |
On Sun, Feb 27, 2011 at 07:12:16PM -0500, Christos Zoulas wrote:
> don't depend on F_OK being 0.
> :
> - if ((SCARG(uap, flags) & ~(R_OK | W_OK | X_OK)) != 0) {
> + if ((SCARG(uap, flags) & ~(F_OK | R_OK | W_OK | X_OK)) != 0) {
That doesn't work; if F_OK isn't zero and the user p
On Sat, Feb 26, 2011 at 06:22:59PM +, Jonathan A. Kollasch wrote:
> Module Name: src
> Committed By: jakllsch
> Date: Sat Feb 26 18:22:59 UTC 2011
>
> Modified Files:
> src/sys/arch/i386/stand/boot: Makefile.boot
>
> Log Message:
> Enable LIBSA_PRINTF_LONGLONG_SUPPORT.
> Useful
On Sun Feb 27 2011 at 08:12:37 +0300, Valeriy E. Ushakov wrote:
> On Fri, Feb 25, 2011 at 16:01:42 +, Antti Kantee wrote:
>
> > Module Name:src
> > Committed By: pooka
> > Date: Fri Feb 25 16:01:42 UTC 2011
> >
> > Modified Files:
> > src/lib/librumphijack: Mak