summaryrefslogtreecommitdiff
path: root/net/sendfile/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net/sendfile/files/patch-ac')
-rw-r--r--net/sendfile/files/patch-ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/sendfile/files/patch-ac b/net/sendfile/files/patch-ac
deleted file mode 100644
index dc8e40075785..000000000000
--- a/net/sendfile/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/io.h.orig Mon Mar 5 23:38:04 2001
-+++ src/io.h Mon Mar 5 23:38:04 2001
-@@ -15,6 +15,8 @@
- * This file is covered by the GNU General Public License
- */
-
-+#include <sys/types.h>
-+
-
- /* read n bytes from network socket */
- int readn(int, char *, int);