diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-06 17:24:23 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-06 17:24:23 +0000 |
commit | 8dd38e88526d051d6e0b4f72ef9f76d83ea784ed (patch) | |
tree | 4f3bdca698666fbb115fc61804c84bf478e64e51 /net/sendfile/files/patch-ac | |
parent | resolve problem with XFree86-4.0.2. (diff) |
update to 2.1a.
PR: 25563
Submitted by: maintainer
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); |