summaryrefslogtreecommitdiff
path: root/sysutils/open-vm-tools/patches/patch-ar
blob: 0b68fdac0a7b6c0c276225f9430dbf8b99a53605 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ar,v 1.3 2016/10/09 03:41:56 ryoon Exp $

--- lib/include/iovector.h.orig	2016-02-16 20:06:46.000000000 +0000
+++ lib/include/iovector.h
@@ -32,7 +32,7 @@
 /*
  * Ugly definition of struct iovec.
  */
-#if defined(__linux__) || defined(sun) || defined(__APPLE__) || defined(__FreeBSD__)
+#if defined(__linux__) || defined(sun) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__)
 #include <sys/uio.h>    // for struct iovec
 #else