aboutsummaryrefslogtreecommitdiff
path: root/games/fgfs-base/patches.tools/gfc-patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'games/fgfs-base/patches.tools/gfc-patch-aa')
-rw-r--r--games/fgfs-base/patches.tools/gfc-patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/fgfs-base/patches.tools/gfc-patch-aa b/games/fgfs-base/patches.tools/gfc-patch-aa
index 08b8d4b85dc8..2d195db14a2e 100644
--- a/games/fgfs-base/patches.tools/gfc-patch-aa
+++ b/games/fgfs-base/patches.tools/gfc-patch-aa
@@ -5,7 +5,7 @@
#include <unistd.h>
+/* the next lines are to define BSD */
-+/* see http://www.freebsd.org/handbook/porting.html for why we do this */
++/* see http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html for why we do this */
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
+#include <sys/param.h>
+#endif