Opened 13 years ago
Closed 8 years ago
#9228 closed enhancement (invalid)
GNU/kFreeBSD support: matching some (but not all!) RT_OS_FREEBSD checks
Reported by: | Robert Millan | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 4.0.12 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description (last modified by )
As GNU/kFreeBSD is an hybrid system (userland from GNU with kernel from FreeBSD), it can't just define RT_OS_FREEBSD, because RT_OS_FREEBSD is sometimes used for kernel-related checks and sometimes used for userland-related checks (and we only want to match the first type).
Here's a patch that adds defined(FreeBSD_kernel) selectively on those RT_OS_FREEBSD checks that care about the kernel only.
Attachments (1)
Change History (4)
by , 13 years ago
Attachment: | freebsd_kernel.diff added |
---|
comment:1 by , 13 years ago
comment:3 by , 8 years ago
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Please use the vbox-dev mailing list for such patch series.
Note:
See TracTickets
for help on using tickets.
Btw, all patches I have submitted here are copyright 2011 Robert Millan and I hereby license them under the MIT license (http://www.virtualbox.org/wiki/MIT%20license)