From: Johannes Berg Date: Tue, 18 Oct 2016 05:39:55 +0000 (+0200) Subject: ibss: remove _POSIX_SOURCE X-Git-Tag: v4.9~4 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=4d17e34f6ebc74aa8438be3bba3a2537c18702d2;p=thirdparty%2Fiw.git ibss: remove _POSIX_SOURCE It doesn't appear to be necessary and is causing warnings about struct addrinfo. Signed-off-by: Johannes Berg --- diff --git a/ibss.c b/ibss.c index beb74e5..2b0b495 100644 --- a/ibss.c +++ b/ibss.c @@ -1,16 +1,7 @@ -#ifndef _POSIX_SOURCE -#define _POSIX_SOURCE -#endif #include #include #include -#include -#include -#include -#include -#include - #include "nl80211.h" #include "iw.h"