freebsd-dev/cddl/compat/opensolaris
Robert Millan e851fbe3de GNU/kFreeBSD portability fix. This glue <stdlib.h> overrides header protection
in the system-wide version of <stdlib.h> by wrapping the #include_next
<stdlib.h> within the scope of its own header protection. On FreeBSD this has
no effect, since both header protections are equivalent. However the GNU version
of <stdlib.h> implements a special header protection mechanism which allows it
to be included multiple times (in different modes).

Simply by moving the #include_next off the header protection, we allow
system-wide <stdlib.h> to implement its own protection policy, whichever that
may be.
2012-04-30 23:12:16 +00:00
..
include GNU/kFreeBSD portability fix. This glue <stdlib.h> overrides header protection 2012-04-30 23:12:16 +00:00
lib/libumem Add FreeBSD IDs to files that originate in FreeBSD. 2008-04-22 07:43:00 +00:00
misc Close a race between libzfs and mountd when updating NFS exports. 2011-05-26 16:27:00 +00:00