You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/mail-mta/netqmail/files/1.06-readwrite.patch

14 lines
237 B

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