Changeset 14218 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Nov 14, 2008 2:53:05 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39334
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp
r13839 r14218 27 27 28 28 #include <iprt/assert.h> 29 #if !defined(RT_OS_WINDOWS) && !defined(RT_OS_LINUX)29 #if !defined(RT_OS_WINDOWS) 30 30 #include <iprt/memobj.h> 31 31 #endif … … 62 62 } 63 63 64 #elif defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD) /** @todo r=bird: I don't think FreeBSD shouldn't go here, solaris and OS/2 doesn't 65 * (ignore linux as it's not using the same ioctl code). 66 * That said, the assumption below might be wrong for in kernel calls... */ 64 #elif defined(RT_OS_FREEBSD) /** @todo r=bird: I don't think FreeBSD shouldn't go here, solaris and OS/2 doesn't 65 * That said, the assumption below might be wrong for in kernel calls... */ 67 66 NOREF(ppvCtx); 68 67 NOREF(pv); … … 98 97 } 99 98 100 #elif defined(RT_OS_ LINUX) || defined(RT_OS_FREEBSD)99 #elif defined(RT_OS_FREEBSD) 101 100 NOREF(pvCtx); 102 101
Note:
See TracChangeset
for help on using the changeset viewer.