Changeset 101534 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Oct 20, 2023 9:27:39 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Mouse/vboxmslnk.c
r101532 r101534 45 45 #include <stropts.h> 46 46 #include <unistd.h> 47 #include <paths.h>48 47 #include <libgen.h> 49 48 #include <getopt.h> 50 49 51 #define VBOXMSLNK_MUXID_FILE _PATH_SYSVOL "/vboxmslnk.muxid"50 #define VBOXMSLNK_MUXID_FILE "/system/volatile/vboxmslnk.muxid" 52 51 53 52 static const char *g_pszProgName;
Note:
See TracChangeset
for help on using the changeset viewer.