Changeset 104954 in vbox for trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_mount.c
- Timestamp:
- Jun 18, 2024 11:14:14 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_mount.c
r100317 r104954 47 47 #include <sys/mount.h> 48 48 49 #include <iprt/param.h> /* For PAGE_SIZE */50 51 49 #include "vboxfs.h" 52 50 … … 55 53 * Global Variables * 56 54 *********************************************************************************************************************************/ 57 static char g_achOptBuf[ PAGE_SIZE] = { '\0', };55 static char g_achOptBuf[MAX_MNTOPT_STR] = { '\0', }; 58 56 static const int g_RetErr = 33; 59 57 static const int g_RetMagic = 2;
Note:
See TracChangeset
for help on using the changeset viewer.