1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
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

12 lines
263 B
Plaintext

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