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:
91c08ab
)
gnunet-helper-exit: check for linux-specific define on linux.
author
ng0
<ng0@n0.is>
Sat, 23 Nov 2019 11:08:55 +0000
(11:08 +0000)
committer
ng0
<ng0@n0.is>
Sat, 23 Nov 2019 11:08:55 +0000
(11:08 +0000)
src/exit/gnunet-helper-exit.c
patch
|
blob
|
history
diff --git
a/src/exit/gnunet-helper-exit.c
b/src/exit/gnunet-helper-exit.c
index 9d20a0c50c942fd618217766d392025e58cd64f8..8fd8bedaaf8b938c5f9539f68cdc221824d969dc 100644
(file)
--- a/
src/exit/gnunet-helper-exit.c
+++ b/
src/exit/gnunet-helper-exit.c
@@
-85,9
+85,9
@@
static const char *sbin_sysctl;
static const char *sbin_iptables;
-#if
ndef _LINUX_IN6_H
+#if
!defined(_LINUX_IN6_H) && defined(__linux__)
/**
- * This is in linux/include/net/ipv6.h, but not always exported.
..
+ * This is in linux/include/net/ipv6.h, but not always exported.
*/
struct in6_ifreq
{