Changeset 7538 in vbox
- Timestamp:
- Mar 25, 2008 1:10:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp
r7517 r7538 58 58 } 59 59 60 #elif defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD) 60 #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 61 * (ignore linux as it's not using the same ioctl code). 62 * That said, the assumption below might be wrong for in kernel calls... */ 61 63 NOREF(ppvCtx); 62 64 NOREF(pv);
Note:
See TracChangeset
for help on using the changeset viewer.