Changeset 48424 in vbox
- Timestamp:
- Sep 11, 2013 11:32:46 AM (11 years ago)
- Location:
- trunk/src/VBox/Main/src-server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/freebsd/HostHardwareFreeBSD.cpp
r47117 r48424 5 5 6 6 /* 7 * Copyright (C) 2008-201 1Oracle Corporation7 * Copyright (C) 2008-2013 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 32 32 #include <iprt/param.h> 33 33 #include <iprt/path.h> 34 #include <iprt/thread.h> /* for RTThreadSleep() */35 34 #include <iprt/string.h> 36 35 -
trunk/src/VBox/Main/src-server/linux/HostHardwareLinux.cpp
r45367 r48424 7 7 8 8 /* 9 * Copyright (C) 2008-201 1Oracle Corporation9 * Copyright (C) 2008-2013 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 38 38 #include <iprt/path.h> 39 39 #include <iprt/string.h> 40 #include <iprt/thread.h> /* for RTThreadSleep() */41 40 42 41 #include <linux/cdrom.h>
Note:
See TracChangeset
for help on using the changeset viewer.