aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-10 23:10:40 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-10 23:10:50 +0100
commit7ff9290162ddcad90b27a266588dcd7ade2b414e (patch)
tree66fee48ece79a6150e6f3c18f6ee283ce9c1a844 /src/transport
parent98a7419e66b93c17ad28fa7621652cc469f6d36e (diff)
downloadgnunet-7ff9290162ddcad90b27a266588dcd7ade2b414e.tar.gz
gnunet-7ff9290162ddcad90b27a266588dcd7ade2b414e.zip
get rid of SOCKTYPE and FDTYPE
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/gnunet-helper-transport-bluetooth.c1
-rw-r--r--src/transport/gnunet-helper-transport-wlan.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/transport/gnunet-helper-transport-bluetooth.c b/src/transport/gnunet-helper-transport-bluetooth.c
index 9b56d0922..74806e630 100644
--- a/src/transport/gnunet-helper-transport-bluetooth.c
+++ b/src/transport/gnunet-helper-transport-bluetooth.c
@@ -21,7 +21,6 @@
21 */ 21 */
22#include "gnunet_config.h" 22#include "gnunet_config.h"
23 23
24#define SOCKTYPE int
25#include <bluetooth/bluetooth.h> 24#include <bluetooth/bluetooth.h>
26#include <bluetooth/hci.h> 25#include <bluetooth/hci.h>
27#include <bluetooth/hci_lib.h> 26#include <bluetooth/hci_lib.h>
diff --git a/src/transport/gnunet-helper-transport-wlan.c b/src/transport/gnunet-helper-transport-wlan.c
index 68adadbe8..2d5a2cf46 100644
--- a/src/transport/gnunet-helper-transport-wlan.c
+++ b/src/transport/gnunet-helper-transport-wlan.c
@@ -110,8 +110,6 @@
110 * parts taken from aircrack-ng, parts changend. 110 * parts taken from aircrack-ng, parts changend.
111 */ 111 */
112#include "gnunet_config.h" 112#include "gnunet_config.h"
113#define SOCKTYPE int
114#define FDTYPE int
115#include <sys/socket.h> 113#include <sys/socket.h>
116#include <sys/ioctl.h> 114#include <sys/ioctl.h>
117#include <sys/types.h> 115#include <sys/types.h>