projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c73b5df
)
Stricter check for raw socket support.
author
Guus Sliepen
<guus@tinc-vpn.org>
Sat, 7 Dec 2013 21:20:10 +0000
(22:20 +0100)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Tue, 10 Dec 2013 14:46:36 +0000
(15:46 +0100)
src/raw_socket_device.c
patch
|
blob
|
history
diff --git
a/src/raw_socket_device.c
b/src/raw_socket_device.c
index 1dd726f888de2d172efb9b7a8eeea2f7efaa9f29..0b971189d6e9156337973057c3fe054e83f5196c 100644
(file)
--- a/
src/raw_socket_device.c
+++ b/
src/raw_socket_device.c
@@
-32,7
+32,7
@@
#include "route.h"
#include "xalloc.h"
-#if defined(PF_PACKET) && defined(ETH_P_ALL) && defined(AF_PACKET)
+#if defined(PF_PACKET) && defined(ETH_P_ALL) && defined(AF_PACKET)
&& defined(SIOCGIFINDEX)
static char *device_info;
static uint64_t device_total_in = 0;