2013-09-26 17:14:40 +02:00

14 lines
391 B
Plaintext

$NetBSD: patch-ar,v 1.2 2008/08/31 06:36:48 scottr Exp $
--- lib/include/iovector.h.orig 2008-08-08 02:01:52.000000000 -0500
+++ lib/include/iovector.h
@@ -32,7 +32,7 @@
/*
* Ugly definition of struct iovec.
*/
-#if __linux__ || sun || __APPLE__
+#if __linux__ || sun || __APPLE__ || __NetBSD__
#include <sys/uio.h> // for struct iovec
#else // if __linux__ || sun || __APPLE__