rust/cargo-c: update to 0.10.9+cargo-0.85.0
[oi-userland.git] / components / sysutils / open-vm-tools / patches / 04-nicInfo.patch
blob722bae2b8995d75e7d603ce71308643a4d335d2e
1 --- open-vm-tools-stable-11.0.5/lib/nicInfo/nicInfoPosix.c 2020-01-15 23:24:15.000000000 +0000
2 +++ open-vm-tools-stable-11.0.5/lib/nicInfo/nicInfoPosix.c 2020-01-17 08:01:40.647940115 +0000
3 @@ -35,8 +35,10 @@
4 #include <sys/stat.h>
5 #include <errno.h>
6 #include <limits.h>
7 +#if defined(__FreeBSD__) || defined(__APPLE__) || defined(__sun)
8 #if defined(__FreeBSD__) || defined(__APPLE__)
9 # include <sys/sysctl.h>
10 +#endif
11 # include <ifaddrs.h>
12 # include <net/if.h>
13 #endif