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