ports/comms/lirc/files/patch-daemons_hw__silitek.c
Stefan Eßer 2380a3cfc5 Fix build with -fno-common
While here add license and regenerate all patches with make makepatch.
2020-09-21 15:03:43 +00:00

14 lines
354 B
C

--- daemons/hw_silitek.c.orig 2011-03-25 22:28:18 UTC
+++ daemons/hw_silitek.c
@@ -41,8 +41,9 @@
extern struct ir_remote *repeat_remote, *last_remote;
unsigned char b[NUMBYTES];
-ir_code code;
-struct timeval current, last;
+extern ir_code code;
+struct timeval current;
+extern struct timeval last;
int do_repeat;
struct hardware hw_silitek = {