opnsense-ports/devel/libowfat/files/patch-buffer-errmsg_puts.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

12 lines
255 B
C

--- buffer/errmsg_puts.c.orig Sat Jan 13 15:03:22 2007
+++ buffer/errmsg_puts.c Sat Jan 13 15:04:23 2007
@@ -13,7 +13,9 @@
}
#else
+#include <sys/types.h>
#include <sys/uio.h>
+#include <unistd.h>
enum { COUNT=25 };
static struct iovec x[COUNT];