Re: buildkernel is broken

From: Steve Kargl <sgk_at_troutmask.apl.washington.edu>
Date: Tue, 2 Jul 2013 17:46:50 -0700
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
Received on Tue Jul 02 2013 - 22:46:50 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:39 UTC