diff options
Diffstat (limited to 'comms/lirc/files/patch-daemons_hw__irman.c')
-rw-r--r-- | comms/lirc/files/patch-daemons_hw__irman.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/comms/lirc/files/patch-daemons_hw__irman.c b/comms/lirc/files/patch-daemons_hw__irman.c new file mode 100644 index 000000000000..19d4c9dbce22 --- /dev/null +++ b/comms/lirc/files/patch-daemons_hw__irman.c @@ -0,0 +1,15 @@ +--- daemons/hw_irman.c.orig 2011-03-25 22:28:18 UTC ++++ daemons/hw_irman.c +@@ -40,9 +40,9 @@ + extern struct ir_remote *repeat_remote, *last_remote; + + unsigned char *codestring; +-struct timeval start, end, last; +-lirc_t gap; +-ir_code code; ++extern struct timeval start, end, last; ++extern lirc_t gap; ++extern ir_code code; + + #define CODE_LENGTH 64 + |