Changeset 57358 in vbox for trunk/src/VBox/Main/src-server/freebsd
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- Location:
- trunk/src/VBox/Main/src-server/freebsd
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/freebsd/HostHardwareFreeBSD.cpp
r56854 r57358 18 18 #define LOG_GROUP LOG_GROUP_MAIN 19 19 20 /******************************************************************************* 21 * Header Files * 22 *******************************************************************************/ 20 21 /********************************************************************************************************************************* 22 * Header Files * 23 *********************************************************************************************************************************/ 23 24 24 25 #include <HostHardwareLinux.h> … … 48 49 #include <vector> 49 50 50 /****************************************************************************** 51 * Typedefs and Defines * 52 ******************************************************************************/ 51 52 /********************************************************************************************************************************* 53 * Typedefs and Defines * 54 *********************************************************************************************************************************/ 53 55 54 56 static int getDriveInfoFromEnv(const char *pcszVar, DriveInfoList *pList, -
trunk/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp
r54959 r57358 21 21 */ 22 22 23 /******************************************************************************* 24 * Header Files * 25 *******************************************************************************/ 23 24 /********************************************************************************************************************************* 25 * Header Files * 26 *********************************************************************************************************************************/ 26 27 #define LOG_GROUP LOG_GROUP_MAIN 27 28 #include <sys/types.h> -
trunk/src/VBox/Main/src-server/freebsd/USBProxyServiceFreeBSD.cpp
r55095 r57358 17 17 18 18 19 /******************************************************************************* 20 * Header Files *21 ******************************************************************************* /19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 22 22 #include "USBProxyService.h" 23 23 #include "Logging.h" … … 47 47 #include <dev/usb/usb_ioctl.h> 48 48 49 /******************************************************************************* 50 * Structures and Typedefs * 51 *******************************************************************************/ 52 53 54 /******************************************************************************* 55 * Global Variables * 56 *******************************************************************************/ 49 50 /********************************************************************************************************************************* 51 * Structures and Typedefs * 52 *********************************************************************************************************************************/ 53 54 55 /********************************************************************************************************************************* 56 * Global Variables * 57 *********************************************************************************************************************************/ 57 58 58 59 /**
Note:
See TracChangeset
for help on using the changeset viewer.