diff options
| author | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2015-08-14 15:16:38 +0000 |
|---|---|---|
| committer | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2015-08-14 15:16:38 +0000 |
| commit | 81e0852ba8d74d35038259623d3a8e7a14f8b631 (patch) | |
| tree | 45a417a4523692b55da7729adbf52a59455101e1 /src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp | |
| parent | 6e586ece28b35562995e8e98e59ebd606abf3f64 (diff) | |
| download | VirtualBox-svn-81e0852ba8d74d35038259623d3a8e7a14f8b631.tar.gz | |
*: scm cleanup run.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@57358 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp')
| -rw-r--r-- | src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp b/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp index 3a1fc7be423..3bb0256af90 100644 --- a/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp +++ b/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp @@ -24,9 +24,10 @@ * terms and conditions of either the GPL or the CDDL or both. */ -/******************************************************************************* -* Header Files * -*******************************************************************************/ + +/********************************************************************************************************************************* +* Header Files * +*********************************************************************************************************************************/ #define LOG_GROUP LOG_GROUP_SUP #ifdef IN_SUP_HARDENED_R3 # undef DEBUG /* Warning: disables RT_STRICT */ @@ -57,9 +58,9 @@ #include "../SUPDrvIOC.h" -/******************************************************************************* -* Defined Constants And Macros * -*******************************************************************************/ +/********************************************************************************************************************************* +* Defined Constants And Macros * +*********************************************************************************************************************************/ /** System device name. */ #define DEVICE_NAME_SYS "/dev/vboxdrv" /** User device name. */ |
