Changeset 19094 in vbox for trunk/src/VBox/Main/linux/HostHardwareLinux.cpp
- Timestamp:
- Apr 22, 2009 6:25:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/linux/HostHardwareLinux.cpp
r17929 r19094 198 198 for (int i = 0; i <= 7; i++) 199 199 { 200 sprintf(devName, "/dev/fd%d", i);200 RTStrPrintf(devName, sizeof(devName), "/dev/fd%d", i); 201 201 if (validateDevice(devName, false)) 202 202 try
Note:
See TracChangeset
for help on using the changeset viewer.