projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a023ba6
)
W32: Fix the conditaions for the ifconfig function
author
Руслан Ижбулатов
<lrn1986@gmail.com>
Sat, 25 Feb 2017 12:47:56 +0000
(12:47 +0000)
committer
Руслан Ижбулатов
<lrn1986@gmail.com>
Sat, 25 Feb 2017 21:02:38 +0000
(21:02 +0000)
It's not used on W32.
src/util/os_network.c
patch
|
blob
|
history
diff --git
a/src/util/os_network.c
b/src/util/os_network.c
index 2ac1a16d34b0376c1575e77b59e442401894b08f..5cb2b6864a20f9e43a33442b8ba150efbf4982da 100644
(file)
--- a/
src/util/os_network.c
+++ b/
src/util/os_network.c
@@
-35,7
+35,7
@@
#define LOG_STRERROR_FILE(kind,syscall,filename) GNUNET_log_from_strerror_file (kind, "util-os-network", syscall, filename)
-#if ! (HAVE_GETIFADDRS && HAVE_FREEIFADDRS)
+#if ! (HAVE_GETIFADDRS && HAVE_FREEIFADDRS)
&& !MINGW
/**
* Try to enumerate all network interfaces using 'ifconfig'.
*