archrelease: copy trunk to community-x86_64
[ArchLinux/community.git] / wvstreams / repos / community-x86_64 / wvstreams-4.6.1-gcc10.patch
bloba7d931c3d8141e19856746198921b745d5d2d9d0
1 --- a/include/xplc/module.h
2 +++ b/include/xplc/module.h
3 @@ -100,19 +100,19 @@
4 * XPLC module magic number. This is to ensure that it is in fact a
5 * valid XPLC module that has been loaded.
6 */
7 - unsigned long magic;
8 + signed long magic;
9 /**
10 * The XPLC module ABI version that this module conforms to. This
11 * should always be the first member of the XPLC_ModuleInfo
12 * structure, as the meaning of the following members depend on it.
14 - unsigned int version_major;
15 + signed int version_major;
16 /**
17 * The XPLC module ABI sub-version that this module conforms
18 * to. This is used for optional and backward-compatible changes in
19 * the module ABI.
21 - unsigned int version_minor;
22 + signed int version_minor;
24 /**
25 * Description string for the module.