Date: Thu, 10 Sep 2009 08:33:28 +0000 (UTC) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_proto.h src/sys/sys sysproto.h Message-ID: <200909100833.n8A8Xp2X095410@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2009-09-10 08:33:28 UTC
FreeBSD src repository
Modified files:
sys/compat/freebsd32 freebsd32_proto.h
sys/sys sysproto.h
Log:
SVN rev 197057 on 2009-09-10 08:33:28Z by des
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
Revision Changes Path
1.107 +6 -4 src/sys/compat/freebsd32/freebsd32_proto.h
1.238 +12 -4 src/sys/sys/sysproto.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909100833.n8A8Xp2X095410>
