diff options
| author | Stefan Eßer <se@FreeBSD.org> | 2020-09-21 15:03:43 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 2020-09-21 15:03:43 +0000 |
| commit | 2380a3cfc59187ebd4191bdd9b21291570c66180 (patch) | |
| tree | 79244d9fb03cd36296a1f10c4686303eb673dbdf /comms/lirc/files/patch-daemons_hw__bte.c | |
| parent | Add textproc/bibclean (diff) | |
Fix build with -fno-common
While here add license and regenerate all patches with make makepatch.
Diffstat (limited to 'comms/lirc/files/patch-daemons_hw__bte.c')
| -rw-r--r-- | comms/lirc/files/patch-daemons_hw__bte.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/lirc/files/patch-daemons_hw__bte.c b/comms/lirc/files/patch-daemons_hw__bte.c new file mode 100644 index 000000000000..bab7a136f289 --- /dev/null +++ b/comms/lirc/files/patch-daemons_hw__bte.c @@ -0,0 +1,13 @@ +--- daemons/hw_bte.c.orig 2011-03-25 22:28:18 UTC ++++ daemons/hw_bte.c +@@ -56,8 +56,8 @@ + #include "lircd.h" + #include "hw_bte.h" + +-struct timeval start, end, last; +-lirc_t gap, signal_length; ++extern struct timeval start, end, last; ++extern lirc_t gap, signal_length; + ir_code pre, code; + + #define BTE_CAN_SEND 0 |
