gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: -fix ftbfs


From: gnunet
Subject: [gnunet] branch master updated: -fix ftbfs
Date: Thu, 01 Dec 2022 14:21:54 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new aeb43e943 -fix ftbfs
aeb43e943 is described below

commit aeb43e9438a1efc401e3a3fdbd8cf6385bc5baf8
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Dec 1 22:21:47 2022 +0900

    -fix ftbfs
---
 src/transport/gnunet-helper-transport-wlan.c | 21 +--------------------
 1 file changed, 1 insertion(+), 20 deletions(-)

diff --git a/src/transport/gnunet-helper-transport-wlan.c 
b/src/transport/gnunet-helper-transport-wlan.c
index 72dd8b594..0f93ca918 100644
--- a/src/transport/gnunet-helper-transport-wlan.c
+++ b/src/transport/gnunet-helper-transport-wlan.c
@@ -110,29 +110,10 @@
  * parts taken from aircrack-ng, parts changend.
  */
 #include "gnunet_config.h"
-#include <sys/socket.h>
-#include <sys/ioctl.h>
-#include <sys/types.h>
-#include <unistd.h>
-#include <sys/wait.h>
-#include <sys/time.h>
-#include <sys/stat.h>
+#include "gnunet_platform.h"
 #include <netpacket/packet.h>
 #include <linux/if_ether.h>
-#include <linux/if.h>
 #include <linux/wireless.h>
-#include <netinet/in.h>
-#include <linux/if_tun.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <stdarg.h>
-#include <fcntl.h>
-#include <errno.h>
-#include <dirent.h>
-#include <sys/param.h>
-#include <unistd.h>
-#include <stdint.h>
 
 #include "gnunet_protocols.h"
 #include "plugin_transport_wlan.h"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]