pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

corefx-git: Use sys/types header for u_int



Module Name:	pkgsrc-wip
Committed By:	jasonwilliams200ok <necmon%yahoo.com@localhost>
Pushed By:	danglingpointer
Date:		Sun Feb 7 18:12:55 2016 +0000
Changeset:	de9ba503b452fe079c809f7479951ad993f280e0

Modified Files:
	corefx-git/distinfo
Added Files:
	corefx-git/patches/patch-src_Native_System.Native_pal__interfaceaddresses.cpp

Log Message:
corefx-git: Use sys/types header for u_int

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=de9ba503b452fe079c809f7479951ad993f280e0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 corefx-git/distinfo                                          |  1 +
 ...atch-src_Native_System.Native_pal__interfaceaddresses.cpp | 12 ++++++++++++
 2 files changed, 13 insertions(+)

diffs:
diff --git a/corefx-git/distinfo b/corefx-git/distinfo
index daba285..e1a9053 100644
--- a/corefx-git/distinfo
+++ b/corefx-git/distinfo
@@ -1,2 +1,3 @@
 $NetBSD$
+SHA1 (patch-src_Native_System.Native_pal__interfaceaddresses.cpp) = 4f82e6f028fe2b9826ba6afb62869e42a0b6ee3d
 SHA1 (patch-src_Native_configure.cmake) = 147acf1936ae3e66b8afb591ea2f114434a1f06b
diff --git a/corefx-git/patches/patch-src_Native_System.Native_pal__interfaceaddresses.cpp b/corefx-git/patches/patch-src_Native_System.Native_pal__interfaceaddresses.cpp
new file mode 100644
index 0000000..c78a90c
--- /dev/null
+++ b/corefx-git/patches/patch-src_Native_System.Native_pal__interfaceaddresses.cpp
@@ -0,0 +1,12 @@
+$NetBSD$
+
+--- src/Native/System.Native/pal_interfaceaddresses.cpp.orig	2016-02-07 13:49:29.000000000 +0000
++++ src/Native/System.Native/pal_interfaceaddresses.cpp
+@@ -8,6 +8,7 @@
+ #include "pal_utilities.h"
+ 
+ #include <assert.h>
++#include <sys/types.h>
+ #include <ifaddrs.h>
+ #include <net/if.h>
+ #include <netinet/in.h>


Home | Main Index | Thread Index | Old Index