summaryrefslogtreecommitdiff
path: root/pcr/zoneminder/uio.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-25 07:15:23 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-25 08:33:24 +0100
commit4ba771bb1d8bd3ee9c08f2ba65b3b3b615377b67 (patch)
tree1b44f13d4962eb8c3d9f0d096aa763d73e593062 /pcr/zoneminder/uio.patch
parentd970f0c8379bf0fdcae34c3ee161d74cf7f60eef (diff)
downloadabslibre-4ba771bb1d8bd3ee9c08f2ba65b3b3b615377b67.tar.gz
abslibre-4ba771bb1d8bd3ee9c08f2ba65b3b3b615377b67.tar.bz2
abslibre-4ba771bb1d8bd3ee9c08f2ba65b3b3b615377b67.zip
pcr/zoneminder: updated to 1.30.4
Diffstat (limited to 'pcr/zoneminder/uio.patch')
-rw-r--r--pcr/zoneminder/uio.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/pcr/zoneminder/uio.patch b/pcr/zoneminder/uio.patch
new file mode 100644
index 000000000..a892e29b1
--- /dev/null
+++ b/pcr/zoneminder/uio.patch
@@ -0,0 +1,22 @@
+--- src/ZoneMinder-1.30.4/src/zm_comms.h 2017-05-09 14:54:48.000000000 +0000
++++ src/ZoneMinder-1.30.4/src/zm_comms.fix.h 2017-09-15 20:49:46.992445289 +0000
+@@ -21,7 +21,6 @@
+ #define ZM_COMMS_H
+
+ #include "zm_exception.h"
+-
+ #include <string.h>
+ #include <unistd.h>
+ #include <netdb.h>
+@@ -31,11 +30,9 @@
+ #include <set>
+ #include <vector>
+
+-#if defined(BSD)
+ #include <sys/uio.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+-#endif
+
+ class CommsException : public Exception
+ {