freebsd-dev/sys/compat/freebsd32
Dag-Erling Smørgrav edefbdd7cb If a certain feature that was present in FreeBSD 7 was removed or changed in
FreeBSD 8, the compatibility shims should be built not just when FreeBSD 7
compatibility is requested, but also when compatibility with any older
FreeBSD version where that feature was present is requested.o

Without this patch, a kernel config that sets COMPAT_FREEBSD6 but not *7
would fail to build due to inconsistencies between the declaration of the
compatibility shims and their use in the SysV code.

There are similar errors in other *proto.h headers in the tree.

MFC after:	3 weeks
2009-09-10 08:33:28 +00:00
..
freebsd32_ioctl.c
freebsd32_ioctl.h
freebsd32_ipc.h
freebsd32_misc.c
freebsd32_proto.h If a certain feature that was present in FreeBSD 7 was removed or changed in 2009-09-10 08:33:28 +00:00
freebsd32_signal.h
freebsd32_syscall.h
freebsd32_syscalls.c
freebsd32_sysent.c
freebsd32_util.h
freebsd32.h
Makefile
syscalls.conf
syscalls.master