Import of pkgsrc-2015Q3

This commit is contained in:
2015-10-03 03:37:01 -07:00
committed by Lionel Sambuc
parent f641581404
commit 9d819b6d54
7578 changed files with 228314 additions and 80018 deletions

View File

@@ -1,12 +1,15 @@
$NetBSD: patch-socket.c,v 1.1 2015/02/13 04:44:40 rodent Exp $
$NetBSD: patch-socket.c,v 1.2 2015/09/01 13:34:47 kim Exp $
--- socket.c.orig 2014-04-26 16:22:43.000000000 +0000
+++ socket.c
@@ -30,6 +30,7 @@
#include <sys/types.h>
#include <sys/stat.h>
--- socket.c.orig 2015-06-28 21:22:56.000000000 +0000
+++ socket.c 2015-09-01 12:42:34.000000000 +0000
@@ -32,9 +32,7 @@
#include <fcntl.h>
+#include <sys/uio.h>
#if !defined(NAMEDPIPE)
#include <sys/socket.h>
#include <sys/un.h>
# include <sys/socket.h>
-# ifdef _OpenBSD_
-# include <sys/uio.h>
-# endif
+# include <sys/uio.h>
# include <sys/un.h>
#endif