Changeset 76537 in vbox for trunk/src/VBox/Additions/solaris/SharedFolders
- Timestamp:
- Dec 30, 2018 6:17:53 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127839
- Location:
- trunk/src/VBox/Additions/solaris/SharedFolders
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs.h
r69500 r76537 27 27 #ifndef ___VBoxVFS_Solaris_h 28 28 #define ___VBoxVFS_Solaris_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #ifdef __cplusplus -
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.h
r69500 r76537 26 26 */ 27 27 28 #ifndef ___VBoxFS_prov_Solaris_h 29 #define ___VBoxFS_prov_Solaris_h 28 #ifndef ___VBoxFS_prov_Solaris_h 29 #define ___VBoxFS_prov_Solaris_h 30 #ifndef RT_WITHOUT_PRAGMA_ONCE 31 # pragma once 32 #endif 30 33 31 34 #include <VBox/VBoxGuestLibSharedFolders.h> -
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vfs.h
r69500 r76537 25 25 */ 26 26 27 #ifndef ___VBoxFS_vfs_Solaris_h 28 #define ___VBoxFS_vfs_Solaris_h 27 #ifndef ___VBoxFS_vfs_Solaris_h 28 #define ___VBoxFS_vfs_Solaris_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #ifdef __cplusplus -
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vnode.h
r69500 r76537 26 26 27 27 #ifndef ___VBoxFS_node_Solaris_h 28 #define ___VBoxFS_node_Solaris_h 28 #define ___VBoxFS_node_Solaris_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <sys/t_lock.h>
Note:
See TracChangeset
for help on using the changeset viewer.