summaryrefslogtreecommitdiff
path: root/mail-mta/netqmail/files/1.06-readwrite.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mail-mta/netqmail/files/1.06-readwrite.patch')
-rw-r--r--mail-mta/netqmail/files/1.06-readwrite.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/mail-mta/netqmail/files/1.06-readwrite.patch b/mail-mta/netqmail/files/1.06-readwrite.patch
deleted file mode 100644
index a2fbe5f..0000000
--- a/mail-mta/netqmail/files/1.06-readwrite.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/readwrite.h b/readwrite.h
-index 2a64968..0a641a3 100644
---- a/readwrite.h
-+++ b/readwrite.h
-@@ -1,7 +1,4 @@
- #ifndef READWRITE_H
- #define READWRITE_H
--
--extern int read();
--extern int write();
--
-+#include <unistd.h>
- #endif