diff options
Diffstat (limited to 'comms/lirc/patches/patch-daemons_transmit.h')
-rw-r--r-- | comms/lirc/patches/patch-daemons_transmit.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/comms/lirc/patches/patch-daemons_transmit.h b/comms/lirc/patches/patch-daemons_transmit.h index cc078a74e6a..ab8c8b70d19 100644 --- a/comms/lirc/patches/patch-daemons_transmit.h +++ b/comms/lirc/patches/patch-daemons_transmit.h @@ -1,15 +1,16 @@ -$NetBSD: patch-daemons_transmit.h,v 1.1 2016/05/02 02:32:14 dholland Exp $ +$NetBSD: patch-daemons_transmit.h,v 1.2 2019/06/24 19:01:51 triaxx Exp $ Patch up gcc inline mess. ---- daemons/transmit.h~ 2011-03-25 22:28:18.000000000 +0000 +--- daemons/transmit.h.orig 2011-03-25 22:28:18.000000000 +0000 +++ daemons/transmit.h -@@ -29,7 +29,7 @@ struct sbuf { +@@ -29,7 +29,8 @@ struct sbuf { }; void init_send_buffer(void); -inline void set_bit(ir_code * code, int bit, int data); +void set_bit(ir_code * code, int bit, int data); ++void send_data(struct ir_remote *remote, ir_code data, int bits, int done); int init_send(struct ir_remote *remote, struct ir_ncode *code); int init_sim(struct ir_remote *remote, struct ir_ncode *code, int repeat_preset); |