Changeset 69046 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Oct 11, 2017 4:11:23 PM (7 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
r65641 r69046 415 415 default: 416 416 fprintf(stderr, "unknown option `%c:%#x'\n", c, c); 417 /* fall thru */417 RT_FALL_THRU(); 418 418 case '?': 419 419 case 'h': -
trunk/src/VBox/Additions/linux/sharedfolders/utils.c
r65992 r69046 806 806 { 807 807 case VINF_SUCCESS: 808 /* fallthrough */808 RT_FALL_THRU(); 809 809 case VERR_NO_MORE_FILES: 810 810 break;
Note:
See TracChangeset
for help on using the changeset viewer.