- Timestamp:
- Feb 7, 2017 11:28:09 AM (8 years ago)
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 3 edited
-
common/VBoxService/VBoxServiceToolBox.cpp (modified) (1 diff)
-
linux/sharedfolders/mount.vboxsf.c (modified) (2 diffs)
-
x11/VBoxClient/draganddrop.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp
r64766 r65641 809 809 if (!(fFlags & VBOXSERVICETOOLBOXLSFLAG_SYMLINKS)) 810 810 break; 811 /* Fall through is intentional.*/811 /* fall thru */ 812 812 case RTFS_TYPE_DIRECTORY: 813 813 { -
trunk/src/VBox/Additions/linux/sharedfolders/mount.vboxsf.c
r62527 r65641 415 415 default: 416 416 fprintf(stderr, "unknown option `%c:%#x'\n", c, c); 417 /* fall thru */ 417 418 case '?': 418 419 case 'h': … … 425 426 case 'w': 426 427 opts.ronly = 0; 428 break; 427 429 428 430 case 's': -
trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp
r65122 r65641 3110 3110 /* Not breaking unconditionally is intentional. See comment above. */ 3111 3111 } 3112 /* fall thru */ 3112 3113 case DragAndDropSvc::HOST_DND_HG_EVT_MOVE: 3113 3114 {
Note:
See TracChangeset
for help on using the changeset viewer.

