Changeset 68569 in vbox for trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.c
- Timestamp:
- Aug 31, 2017 12:10:36 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.c
r65124 r68569 1 /* $Id$ */ 1 2 /** @file 2 3 * VirtualBox File System for Solaris Guests, provider implementation. … … 42 43 #include <sys/dirent.h> 43 44 #include <sys/file.h> 45 #undef u /* /usr/include/sys/user.h:249:1 is where this is defined to (curproc->p_user). very cool. */ 46 44 47 #include "vboxfs_prov.h" 45 #ifdef u46 #undef u47 #endif48 48 49 49 #define SFPROV_VERSION 1
Note:
See TracChangeset
for help on using the changeset viewer.