Changeset 15606 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib
- Timestamp:
- Dec 16, 2008 8:31:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp
r14218 r15606 27 27 28 28 #include <iprt/assert.h> 29 #if !defined(RT_OS_WINDOWS) 29 #if !defined(RT_OS_WINDOWS) && !defined(RT_OS_LINUX) 30 30 #include <iprt/memobj.h> 31 31 #endif … … 62 62 } 63 63 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... */ 64 #elif defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD) 65 /** @todo r=bird: I don't think FreeBSD shouldn't go here, solaris and OS/2 doesn't 66 * That said, the assumption below might be wrong for in kernel calls... */ 67 68 /** @todo r=frank: Linux: pv is at least in some cases, e.g. with VBoxMapFolder, 69 * an R0 address -- the memory was allocated with kmalloc(). I don't know 70 * if this is true in any case. */ 66 71 NOREF(ppvCtx); 67 72 NOREF(pv); … … 97 102 } 98 103 99 #elif defined(RT_OS_ FREEBSD)104 #elif defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD) 100 105 NOREF(pvCtx); 101 106
Note:
See TracChangeset
for help on using the changeset viewer.