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
Alan Cox
alc at cs.rice.edu
Fri Mar 11 16:54:41 PST 2005
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
More information about the cvs-src
mailing list