Import of pkgsrc-2015Q3
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user