/[packages]/cauldron/ckb-next/current/SOURCES/ckb-next-0.4.2--missing-extern-qualifiers.patch
ViewVC logotype

Contents of /cauldron/ckb-next/current/SOURCES/ckb-next-0.4.2--missing-extern-qualifiers.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1582727 - (show annotations) (download)
Sun May 10 15:22:32 2020 UTC (3 years, 11 months ago) by julien
File size: 392 byte(s)
- fix build for GCC10 (patch from fedora)
- don't obsolete a package which has never been in mageia


1 diff --git src/daemon/devnode.h b/src/daemon/devnode.h
2 index a0b3a93..349e778 100644
3 --- src/daemon/devnode.h
4 +++ src/daemon/devnode.h
5 @@ -5,7 +5,7 @@
6 #include "usb.h"
7
8 /// Device path base ("/dev/input/ckb" or "/var/run/ckb")
9 -const char *const devpath;
10 +extern const char *const devpath;
11
12 /// Group ID for the control nodes. -1 to give read/write access to everybody
13 extern long gid;

  ViewVC Help
Powered by ViewVC 1.1.30