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, 13 insertions, 0 deletions
diff --git a/mail-mta/netqmail/files/1.06-readwrite.patch b/mail-mta/netqmail/files/1.06-readwrite.patch
new file mode 100644
index 0000000..a2fbe5f
--- /dev/null
+++ b/mail-mta/netqmail/files/1.06-readwrite.patch
@@ -0,0 +1,13 @@
+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