opnsense-ports/comms/lirc/files/patch-daemons_lircmd.c
Franco Fichtner 70c0df2429 */*: sync with upstream
Taken from: HardenedBSD
2020-09-22 15:46:14 +02:00

23 lines
485 B
C

--- daemons/lircmd.c.orig 2011-03-25 22:28:18 UTC
+++ daemons/lircmd.c
@@ -277,9 +277,9 @@ setup_error:
return -1;
}
+#ifdef __linux__
void write_uinput(__u16 type, __u16 code, __s32 value)
{
-#ifdef __linux__
struct input_event event;
memset(&event, 0, sizeof(event));
@@ -299,8 +299,8 @@ void write_uinput(__u16 type, __u16 code, __s32 value)
syslog(LOG_ERR, "%m");
}
}
-#endif
}
+#endif
void msend(int dx, int dy, int dz, int rep, int buttp, int buttr)
{