diff options
Diffstat (limited to '')
-rw-r--r-- | net/sendfile/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/sendfile/files/patch-ac b/net/sendfile/files/patch-ac new file mode 100644 index 000000000000..dc8e40075785 --- /dev/null +++ b/net/sendfile/files/patch-ac @@ -0,0 +1,11 @@ +--- 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); |