Date: Tue, 2 Jul 2013 17:46:50 -0700 From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: freebsd-current@freebsd.org Subject: Re: buildkernel is broken Message-ID: <20130703004650.GA69868@troutmask.apl.washington.edu> In-Reply-To: <20130703003535.GA69779@troutmask.apl.washington.edu> References: <20130703003535.GA69779@troutmask.apl.washington.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jul 02, 2013 at 05:35:35PM -0700, Steve Kargl wrote: > /usr/src/sys/kern/sysv_shm.c: At top level: > /usr/src/sys/kern/sysv_shm.c:1044: error: 'freebsd7_shmctl' undeclared here (not in a function) > *** Error code 1 It seems that # Enable FreeBSD7 compatibility syscalls options COMPAT_FREEBSD7 is required in a kernel config file. If it is mandatory to have this option on FreeBSD 10, it may be appropriate to expand the comment to # Enable FreeBSD7 compatibility syscalls # This option is MANDATORY. Do not remove. options COMPAT_FREEBSD7 -- Steve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130703004650.GA69868>