diff options
Diffstat (limited to 'comms/lirc/files/patch-daemons_hw__livedrive__common.c')
-rw-r--r-- | comms/lirc/files/patch-daemons_hw__livedrive__common.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/lirc/files/patch-daemons_hw__livedrive__common.c b/comms/lirc/files/patch-daemons_hw__livedrive__common.c new file mode 100644 index 000000000000..62bc67f54a9d --- /dev/null +++ b/comms/lirc/files/patch-daemons_hw__livedrive__common.c @@ -0,0 +1,13 @@ +--- 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) + { |