Changeset 6734 in vbox for trunk/src/VBox/Additions/linux/sharedfolders
- Timestamp:
- Feb 1, 2008 7:41:16 PM (17 years ago)
- Location:
- trunk/src/VBox/Additions/linux/sharedfolders
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/Makefile.kmk
r6732 r6734 81 81 mountvboxsf_DEFS = _GNU_SOURCE 82 82 mountvboxsf_SOURCES = \ 83 vbsfmount.h \84 83 mount.vboxsf.c 85 84 -
trunk/src/VBox/Additions/linux/sharedfolders/mount.vboxsf.c
r5999 r6734 1 1 /** @file 2 * 3 * vboxvfs -- VirtualBox Guest Additions for Linux: 4 * mount(0) helper 2 * vboxvfs -- VirtualBox Guest Additions for Linux: mount(8) helper 5 3 * 6 4 * Parses options provided by mount (or user directly) -
trunk/src/VBox/Additions/linux/sharedfolders/vbsfmount.h
r5999 r6734 1 1 /** @file 2 * 3 * vboxvfs -- VirtualBox Guest Additions for Linux 2 * vboxvfs -- VirtualBox Guest Additions for Linux: mount(2) parameter structure. 4 3 */ 5 4
Note:
See TracChangeset
for help on using the changeset viewer.