From: Johannes Berg Date: Fri, 24 Sep 2010 09:30:48 +0000 (+0200) Subject: remove _ISOC99_SOURCE again X-Git-Tag: v0.9.21~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=871279c06e1d9be45ed0ed0e6bfb3f1cc3d4d503;p=thirdparty%2Fiw.git remove _ISOC99_SOURCE again It didn't help FC8, and I never had complaints about other systems, so let's just leave it as it was before to not break something else ... --- diff --git a/iw.h b/iw.h index 22c05f4..c21f093 100644 --- a/iw.h +++ b/iw.h @@ -1,10 +1,6 @@ #ifndef __IW_H #define __IW_H -#ifndef _ISOC99_SOURCE -#define _ISOC99_SOURCE -#endif - #include #include #include