1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/games/edge/files/patch-src__i_net.cc
Emanuel Haupt 0152b8828c Update to 1.35
PR:		159442
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-08-09 15:45:46 +00:00

12 lines
244 B
C++

--- 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