gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r24209 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r24209 - gnunet/src/transport
Date: Sat, 6 Oct 2012 16:23:35 +0200

Author: grothoff
Date: 2012-10-06 16:23:35 +0200 (Sat, 06 Oct 2012)
New Revision: 24209

Modified:
   gnunet/src/transport/gnunet-helper-transport-wlan.c
Log:
-fix #ifdef HAVE_RESUID

Modified: gnunet/src/transport/gnunet-helper-transport-wlan.c
===================================================================
--- gnunet/src/transport/gnunet-helper-transport-wlan.c 2012-10-06 14:21:29 UTC 
(rev 24208)
+++ gnunet/src/transport/gnunet-helper-transport-wlan.c 2012-10-06 14:23:35 UTC 
(rev 24209)
@@ -109,8 +109,7 @@
 /*
  * parts taken from aircrack-ng, parts changend.
  */
-
-#define _GNU_SOURCE
+#include "gnunet_config.h"
 #include <sys/socket.h>
 #include <sys/ioctl.h>
 #include <sys/types.h>
@@ -1926,8 +1925,8 @@
        (void) close (dev.fd_raw);
       return 1;
     }
+#endif
   }
-#endif
 
 
   /* send MAC address of the WLAN interface to STDOUT first */




reply via email to

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