mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
391 B
Plaintext
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__
|
|
|