summaryrefslogtreecommitdiff
path: root/pcr/zoneminder/uio.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-04-20 21:44:18 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-04-20 21:44:18 -0500
commit6566d9bdf11521dcfca724c7302b97c42b650b0d (patch)
tree656e5a7565f98a08bc635ba0248ecd56affa80cf /pcr/zoneminder/uio.patch
parentd59f59700108d5c8dd2cc66d0bcea8c13df199a5 (diff)
downloadabslibre-6566d9bdf11521dcfca724c7302b97c42b650b0d.tar.gz
abslibre-6566d9bdf11521dcfca724c7302b97c42b650b0d.tar.bz2
abslibre-6566d9bdf11521dcfca724c7302b97c42b650b0d.zip
Removing zoneminder
Diffstat (limited to 'pcr/zoneminder/uio.patch')
-rw-r--r--pcr/zoneminder/uio.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/pcr/zoneminder/uio.patch b/pcr/zoneminder/uio.patch
deleted file mode 100644
index a892e29b1..000000000
--- a/pcr/zoneminder/uio.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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
- {