summarylogtreecommitdiffstats
path: root/uio.patch
diff options
context:
space:
mode:
Diffstat (limited to 'uio.patch')
-rw-r--r--uio.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/uio.patch b/uio.patch
deleted file mode 100644
index a892e29b1923..000000000000
--- a/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
- {