freebsd-ports/net/sendfile/files/patch-ac
FUJISHIMA Satsuki 8dd38e8852 update to 2.1a.
PR:		25563
Submitted by:	maintainer
2001-03-06 17:24:23 +00:00

11 lines
263 B
Text

--- 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);