Changeset 98718 in vbox for trunk/src/VBox/Main
- Timestamp:
- Feb 24, 2023 11:09:59 AM (2 years ago)
- Location:
- trunk/src/VBox/Main/src-helper-apps/VBoxVolInfo
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-helper-apps/VBoxVolInfo/VBoxVolInfo.cpp
r98717 r98718 37 37 #include <unistd.h> 38 38 39 #include <VBox/err .h>39 #include <VBox/errcore.h> 40 40 41 41 #include "libdevmapper.h" 42 42 43 43 44 /********************************************************************************************************************************* -
trunk/src/VBox/Main/src-helper-apps/VBoxVolInfo/libdevmapper-calls.h
r98717 r98718 23 23 * along with this program; if not, see <https://www.gnu.org/licenses>. 24 24 * 25 * The contents of this file may alternatively be used under the terms 26 * of the Common Development and Distribution License Version 1.0 27 * (CDDL), a copy of it is provided in the "COPYING.CDDL" file included 28 * in the VirtualBox distribution, in which case the provisions of the 29 * CDDL are applicable instead of those of the GPL. 30 * 31 * You may elect to license modified versions of this file under the 32 * terms and conditions of either the GPL or the CDDL or both. 33 * 34 * SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0 25 * SPDX-License-Identifier: GPL-3.0-only 35 26 */ 36 27 -
trunk/src/VBox/Main/src-helper-apps/VBoxVolInfo/libdevmapper.h
r98717 r98718 23 23 * along with this program; if not, see <https://www.gnu.org/licenses>. 24 24 * 25 * The contents of this file may alternatively be used under the terms 26 * of the Common Development and Distribution License Version 1.0 27 * (CDDL), a copy of it is provided in the "COPYING.CDDL" file included 28 * in the VirtualBox distribution, in which case the provisions of the 29 * CDDL are applicable instead of those of the GPL. 30 * 31 * You may elect to license modified versions of this file under the 32 * terms and conditions of either the GPL or the CDDL or both. 33 * 34 * SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0 25 * SPDX-License-Identifier: GPL-3.0-only 35 26 */ 36 27 37 #ifndef VBOX_INCLUDED_libdevmapper_h38 #define VBOX_INCLUDED_libdevmapper_h28 #ifndef MAIN_INCLUDED_SRC_src_helper_apps_VBoxVolInfo_libdevmapper_h 29 #define MAIN_INCLUDED_SRC_src_helper_apps_VBoxVolInfo_libdevmapper_h 39 30 #ifndef RT_WITHOUT_PRAGMA_ONCE 40 31 # pragma once … … 108 99 #undef VBOX_LIBDEVMAPPER_GENERATE_HEADER 109 100 110 #endif /* ! VBOX_INCLUDED_libdevmapper_h */101 #endif /* !MAIN_INCLUDED_SRC_src_helper_apps_VBoxVolInfo_libdevmapper_h */ 111 102
Note:
See TracChangeset
for help on using the changeset viewer.