ports/comms/lirc/files/patch-daemons_hw__livedrive__common.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
324 B
C

--- daemons/hw_livedrive_common.c.orig 2011-03-25 22:28:18 UTC
+++ daemons/hw_livedrive_common.c
@@ -38,8 +38,8 @@
#include "lircd.h"
#include "hw_livedrive_common.h"
-struct timeval start, end, last;
-ir_code pre, code;
+extern struct timeval start, end, last;
+extern ir_code pre, code;
int livedrive_init(void)
{