Changeset 80776 in vbox for trunk/src/VBox/ImageMounter/vboximg-mount
- Timestamp:
- Sep 13, 2019 11:39:41 AM (5 years ago)
- Location:
- trunk/src/VBox/ImageMounter/vboximg-mount
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ImageMounter/vboximg-mount/fuse-calls.h
r80774 r80776 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * The contents of this file may alternatively be used under the terms18 * of the Common Development and Distribution License Version 1.019 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the20 * VirtualBox OSE distribution, in which case the provisions of the21 * CDDL are applicable instead of those of the GPL.22 *23 * You may elect to license modified versions of this file under the24 * terms and conditions of either the GPL or the CDDL or both.25 16 */ 17 #ifndef VBOX_INCLUDED_SRC_vboximg_mount_fuse_calls_h 18 #define VBOX_INCLUDED_SRC_vboximg_mount_fuse_calls_h 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 # pragma once 21 #endif 26 22 27 23 /** The file name of the fuse library */ … … 65 61 #undef RT_RUNTIME_LOADER_INSERT_SYMBOLS 66 62 63 #endif /* !VBOX_INCLUDED_SRC_vboximg_mount_fuse_calls_h */ -
trunk/src/VBox/ImageMounter/vboximg-mount/fuse.cpp
r80774 r80776 16 16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 17 17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 18 *19 * The contents of this file may alternatively be used under the terms20 * of the Common Development and Distribution License Version 1.021 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the22 * VirtualBox OSE distribution, in which case the provisions of the23 * CDDL are applicable instead of those of the GPL.24 *25 * You may elect to license modified versions of this file under the26 * terms and conditions of either the GPL or the CDDL or both.27 18 */ 28 19
Note:
See TracChangeset
for help on using the changeset viewer.