diff options
| author | Jakub Jirutka <jakub@jirutka.cz> | 2020-03-01 22:16:10 +0100 |
|---|---|---|
| committer | Jakub Jirutka <jakub@jirutka.cz> | 2020-03-02 01:26:19 +0100 |
| commit | 5d4d4fb329c0488eea26ddd9e5eb5ac44f9464b5 (patch) | |
| tree | 219550d11c015ee1cb23c531bac3f82ce2e844bc /community/open-vm-tools/0006-Use-configure-to-test-for-feature-instead-of-platfor.patch | |
| parent | b0121a0561cc1b4504af537e971af82b306ecdcb (diff) | |
| download | aports-5d4d4fb329c0488eea26ddd9e5eb5ac44f9464b5.tar.bz2 aports-5d4d4fb329c0488eea26ddd9e5eb5ac44f9464b5.tar.xz | |
community/open-vm-tools: upgrade to 11.0.5
Diffstat (limited to 'community/open-vm-tools/0006-Use-configure-to-test-for-feature-instead-of-platfor.patch')
| -rw-r--r-- | community/open-vm-tools/0006-Use-configure-to-test-for-feature-instead-of-platfor.patch | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/community/open-vm-tools/0006-Use-configure-to-test-for-feature-instead-of-platfor.patch b/community/open-vm-tools/0006-Use-configure-to-test-for-feature-instead-of-platfor.patch index 0753e68fa6..b6e1c341a2 100644 --- a/community/open-vm-tools/0006-Use-configure-to-test-for-feature-instead-of-platfor.patch +++ b/community/open-vm-tools/0006-Use-configure-to-test-for-feature-instead-of-platfor.patch @@ -118,10 +118,10 @@ diff --git a/open-vm-tools/lib/nicInfo/nicInfoPosix.c b/open-vm-tools/lib/nicInf index a22981d5..ddc37e09 100644 --- a/open-vm-tools/lib/nicInfo/nicInfoPosix.c +++ b/open-vm-tools/lib/nicInfo/nicInfoPosix.c -@@ -34,9 +34,13 @@ - #include <sys/socket.h> +@@ -35,9 +35,13 @@ #include <sys/stat.h> #include <errno.h> + #include <limits.h> -#if defined(__FreeBSD__) || defined(__APPLE__) +#if HAVE_SYS_SYSCTL_H # include <sys/sysctl.h> @@ -133,7 +133,7 @@ index a22981d5..ddc37e09 100644 # include <net/if.h> #endif #ifndef NO_DNET -@@ -456,10 +460,7 @@ GuestInfoGetNicInfo(unsigned int maxIPv4Routes, +@@ -494,10 +498,7 @@ * ****************************************************************************** */ @@ -145,6 +145,3 @@ index a22981d5..ddc37e09 100644 char * GuestInfoGetPrimaryIP(void) --- -2.19.1 - |
