linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Patch to get iw building on Fedora 8
@ 2010-09-21 16:39 Ben Greear
  2010-09-21 17:28 ` Johannes Berg
  2010-09-21 19:49 ` Andreas Schwab
  0 siblings, 2 replies; 10+ messages in thread
From: Ben Greear @ 2010-09-21 16:39 UTC (permalink / raw)
  To: linux-wireless@vger.kernel.org

I need this in order to get iw to build on Fedora 8.

[greearb@fs2 iw]$ git diff
diff --git a/bitrate.c b/bitrate.c
index 8de8839..9b6defc 100644
--- a/bitrate.c
+++ b/bitrate.c
@@ -1,4 +1,6 @@
  #include <errno.h>
+#define  __USE_ISOC99
+#include <stdlib.h>

  #include "nl80211.h"
  #include "iw.h"

Signed-off-by:  Ben Greear<greearb@candelatech.com>

-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-09-24 13:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-21 16:39 Patch to get iw building on Fedora 8 Ben Greear
2010-09-21 17:28 ` Johannes Berg
2010-09-23 23:05   ` Ben Greear
2010-09-24  9:31     ` Johannes Berg
2010-09-24 13:45       ` Ben Greear
2010-09-24 13:58         ` Johannes Berg
2010-09-21 19:49 ` Andreas Schwab
2010-09-21 21:09   ` Ben Greear
2010-09-21 21:34     ` Johannes Stezenbach
2010-09-22 16:52       ` Ben Greear

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).