Changeset 76534 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Dec 30, 2018 6:15:44 AM (6 years ago)
- Location:
- trunk/src/VBox/Additions/linux
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vbox_drv.h
r75402 r76534 33 33 * Hans de Goede <[email protected]> 34 34 */ 35 35 36 #ifndef __VBOX_DRV_H__ 36 37 #define __VBOX_DRV_H__ 38 #ifndef RT_WITHOUT_PRAGMA_ONCE 39 # pragma once 40 #endif 37 41 38 42 #include <linux/version.h> -
trunk/src/VBox/Additions/linux/lightdm-greeter/.scm-settings
r69506 r76534 17 17 18 18 19 /liblightdm-gobject-*/*.c|/liblightdm-gobject-*/*.h: --external-copyright --no-strip-trailing-blanks --no-convert-tabs --lgpl-disclaimer 19 /liblightdm-gobject-*/*.c|/liblightdm-gobject-*/*.h: --external-copyright --no-strip-trailing-blanks --no-convert-tabs --lgpl-disclaimer --no-fix-header-guards 20 20 -
trunk/src/VBox/Additions/linux/sharedfolders/vbsfmount.h
r75433 r76534 30 30 #ifndef VBFS_MOUNT_H 31 31 #define VBFS_MOUNT_H 32 #ifndef RT_WITHOUT_PRAGMA_ONCE 33 # pragma once 34 #endif 32 35 33 36 /* Linux constraints the size of data mount argument to PAGE_SIZE - 1. */ -
trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.h
r75433 r76534 30 30 #ifndef VFSMOD_H 31 31 #define VFSMOD_H 32 #ifndef RT_WITHOUT_PRAGMA_ONCE 33 # pragma once 34 #endif 32 35 33 36 #define LOG_GROUP LOG_GROUP_SHARED_FOLDERS
Note:
See TracChangeset
for help on using the changeset viewer.