Changeset 23386 in vbox for trunk/src/VBox/Main/linux
- Timestamp:
- Sep 28, 2009 2:27:00 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 52913
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/linux/HostHardwareLinux.cpp
r23385 r23386 1315 1315 RTFILE file; 1316 1316 int rc = RTFileOpen(&file, mszNode, RTFILE_O_READ); 1317 /** @ note the next line can produce a warning, as the ioctl request1317 /** @todo The next line can produce a warning, as the ioctl request 1318 1318 * field is defined as signed, but the Linux ioctl definition macros 1319 1319 * produce unsigned constants. */
Note:
See TracChangeset
for help on using the changeset viewer.