On 06/30/14 17:43, John Baldwin wrote:
On Saturday, June 28, 2014 10:59:03 am Hans Petter Selasky wrote:
FYI:

Possibly the sysctl patches will not get MFCed, and be a FreeBSD-11 and
onwards only feature, even though the commit message states MFC after xxx.

I suspect that that is probably for the best.  Also, it would have been better
to split out the other changes (like fixing mismatched tunables, etc.) into a
separate commit from the CTLFLAG_TUN change.  That makes reviewing them
easier, and it also means you could more easily MFC just those fixes without
pulling in the larger change.


Hi,

Right.

BTW:

powerpc64 is failing due to my changes. I looks like a GCC issue, that it does not allow "static" and "extern" entries to reside in the same section. A simple way to solve this is by using a double pointer, so that the type of the exported section data is always "static" declared. Then GCC won't complain any more.

Any comments about how to resolve this?

--HPS
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to