summaryrefslogtreecommitdiff
path: root/games/edge/files/patch-src__i_net.cc
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2011-08-09 15:45:46 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2011-08-09 15:45:46 +0000
commit0152b8828ca115a59ff607edd5e361890c7e22a3 (patch)
tree3bb2179cbde21151ad70c77c08b5291879b83de8 /games/edge/files/patch-src__i_net.cc
parentRelease maintainership and pass to perl@FreeBSD.org (diff)
Update to 1.35
PR: 159442 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'games/edge/files/patch-src__i_net.cc')
-rw-r--r--games/edge/files/patch-src__i_net.cc11
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