]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
Revert "make iw build on FC8"
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 21 Sep 2010 20:11:26 +0000 (22:11 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Tue, 21 Sep 2010 20:11:26 +0000 (22:11 +0200)
This reverts commit bd284384a435a4cfa31f1946174aa195a746fb1f.

Andreas Schab said:

This is wrong.  You must never define internal glibc macros.

Andreas.

bitrate.c

index c134c70974a8601b744a90e4f745f51efa900685..8de8839533bee00656c35434d9a96c4c6ddeabf9 100644 (file)
--- a/bitrate.c
+++ b/bitrate.c
@@ -1,8 +1,4 @@
 #include <errno.h>
-#ifndef __USE_ISOC99
-#define __USE_ISOC99
-#endif
-#include <stdlib.h>
 
 #include "nl80211.h"
 #include "iw.h"