diff options
Diffstat (limited to 'games/edge/files/patch-src__i_net.cc')
-rw-r--r-- | games/edge/files/patch-src__i_net.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/edge/files/patch-src__i_net.cc b/games/edge/files/patch-src__i_net.cc new file mode 100644 index 000000000000..5def065f4f52 --- /dev/null +++ b/games/edge/files/patch-src__i_net.cc @@ -0,0 +1,11 @@ +--- src/i_net.cc.orig 2009-10-19 12:12:43.000000000 +0900 ++++ src/i_net.cc 2011-07-29 02:27:29.000000000 +0900 +@@ -29,7 +29,7 @@ + + bool nonet = true; + +-#ifdef LINUX ++#ifdef __linux__ + #include <linux/if.h> + #include <linux/sockios.h> + #endif |