Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Mar 2005 18:54:40 -0600
From:      Alan Cox <alc@cs.rice.edu>
To:        David O'Brien <obrien@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/i386/i386 vm_machdep.c src/sys/i386/include sf_buf.h src/sys/kern uipc_cow.c uipc_syscalls.c src/sys/sparc64/sparc64 vm_machdep.c src/sys/sys sf_buf.h
Message-ID:  <20050312005440.GA8914@cs.rice.edu>
In-Reply-To: <20050312004954.GA74016@dragon.nuxi.com>
References:  <200503091859.j29IxKJ0062718@repoman.freebsd.org> <20050312004954.GA74016@dragon.nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Mar 11, 2005 at 04:49:54PM -0800, David O'Brien wrote:
> On Wed, Mar 09, 2005 at 06:59:20PM +0000, Alan Cox wrote:
> > alc         2005-03-09 18:59:20 UTC
> > 
> >   FreeBSD src repository
> > 
> >   Modified files:        (Branch: RELENG_5)
> >     sys/i386/i386        vm_machdep.c 
> >     sys/i386/include     sf_buf.h 
> >     sys/kern             uipc_cow.c uipc_syscalls.c 
> >     sys/sparc64/sparc64  vm_machdep.c 
> >     sys/sys              sf_buf.h 
> >   Log:
> >   MFC
> >    Introduce two new options, "CPU private" and "no wait", to sf_buf_alloc().
> >    Change the spelling of the "catch" option to be consistent with the new
> >    options.
> 
> This broke the sparc64 kernel build:
> ../../../sparc64/sparc64/vm_machdep.c:380: error: syntax error before "break"
> 
> I think something other than "goto break" was desired.
> 

Yes, I just noticed this.  It should be "break".

Alan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050312005440.GA8914>