Remove unused backslash in bash multiline string
[termux-packages] / packages / libmosquitto / src-conf.c.patch
1 Submitted for upstream inclusion at:
2 https://github.com/eclipse/mosquitto/pull/361
3
4 diff -u -r ../mosquitto-1.4.10/src/conf.c ./src/conf.c
5 --- ../mosquitto-1.4.10/src/conf.c 2016-08-17 13:05:14.000000000 +0200
6 +++ ./src/conf.c 2017-01-24 10:50:34.011878190 +0100
7 @@ -36,7 +36,7 @@
8 #endif
9
10 #if !defined(WIN32) && !defined(__CYGWIN__)
11 -# include <sys/syslog.h>
12 +# include <syslog.h>
13 #endif
14
15 #include <mosquitto_broker.h>