Changeset 77139 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Feb 1, 2019 7:35:23 PM (6 years ago)
- Location:
- trunk/src/VBox/Additions/linux/sharedfolders
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/mount.vboxsf.c
r77138 r77139 35 35 #include <stdio.h> 36 36 #include <stdlib.h> 37 #include <stdint.h> 37 38 #include <string.h> 38 39 #include <sys/mount.h> -
trunk/src/VBox/Additions/linux/sharedfolders/vbsfmount.c
r77138 r77139 17 17 */ 18 18 19 #include "vbsfmount.h"20 21 19 #ifndef _GNU_SOURCE 22 20 #define _GNU_SOURCE … … 26 24 #include <stdio.h> 27 25 #include <stdlib.h> 26 #include <stdint.h> 28 27 #include <string.h> 29 28 #include <sys/mount.h> 29 30 #include "vbsfmount.h" 30 31 31 32
Note:
See TracChangeset
for help on using the changeset viewer.