]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
remove _ISOC99_SOURCE again
authorJohannes Berg <johannes@sipsolutions.net>
Fri, 24 Sep 2010 09:30:48 +0000 (11:30 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Fri, 24 Sep 2010 09:30:48 +0000 (11:30 +0200)
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 ...

iw.h

diff --git a/iw.h b/iw.h
index 22c05f44a5b1cb69c638c3b04315d05719773661..c21f093d4e93833e2b83e0fe898c81ba7ebb5c45 100644 (file)
--- a/iw.h
+++ b/iw.h
@@ -1,10 +1,6 @@
 #ifndef __IW_H
 #define __IW_H
 
-#ifndef _ISOC99_SOURCE
-#define _ISOC99_SOURCE
-#endif
-
 #include <stdbool.h>
 #include <netlink/netlink.h>
 #include <netlink/genl/genl.h>