Re: buildkernel error with ENABLE_VFS_IOOPT/ZERO_COPY_SOCKETS

2002-07-09 Thread Alexander Leidinger
On 7 Jul, Kenneth D. Merry wrote: >> This happens when ENABLE_VFS_IOOPT is configured by ZERO_COPY_SOCKETS is >> not configured. > The attached patch should fix both issues. > > Let me know whether this fixes it for you. Yes, compiles fine here. Bye, Alexander. -- Speak soft

Re: buildkernel error with ENABLE_VFS_IOOPT/ZERO_COPY_SOCKETS

2002-07-08 Thread Alexander Leidinger
Kenneth D. Merry wrote: > The attached patch should fix both issues. I give it a try later (perhaps tomorrow). Bye, Alexander. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: buildkernel error with ENABLE_VFS_IOOPT/ZERO_COPY_SOCKETS

2002-07-07 Thread Kenneth D. Merry
On Mon, Jul 08, 2002 at 07:52:22 +1000, Bruce Evans wrote: > On Sun, 7 Jul 2002, Alexander Leidinger wrote: > > > -current from today fails in kern/kern_subr.c: > > > > ../../../kern/kern_subr.c:220: warning: function declaration isn't a prototype > > > > ---snip--- > > #if defined(ENABLE_VFS_IOO

Re: buildkernel error with ENABLE_VFS_IOOPT/ZERO_COPY_SOCKETS

2002-07-07 Thread Bruce Evans
On Sun, 7 Jul 2002, Alexander Leidinger wrote: > -current from today fails in kern/kern_subr.c: > > ../../../kern/kern_subr.c:220: warning: function declaration isn't a prototype > > ---snip--- > #if defined(ENABLE_VFS_IOOPT) || defined(ZERO_COPY_SOCKETS) > /* > * Experimental support for zero-c