diff options
author | Marc Fonvieille <blackend@FreeBSD.org> | 2002-08-04 09:04:12 +0000 |
---|---|---|
committer | Marc Fonvieille <blackend@FreeBSD.org> | 2002-08-04 09:04:12 +0000 |
commit | deef46806d015ad769b2665290ea6ec18dfcb08e (patch) | |
tree | 58ea722de5185fcbc194ca1ed7488f406e568a1d /games/flightgear-data/files/patch-ac | |
parent | 121887516bfa24bfc84c15d39f29a557d2568fec (diff) |
Notes
Diffstat (limited to 'games/flightgear-data/files/patch-ac')
-rw-r--r-- | games/flightgear-data/files/patch-ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/flightgear-data/files/patch-ac b/games/flightgear-data/files/patch-ac index e21b86479735..5918a462e53a 100644 --- a/games/flightgear-data/files/patch-ac +++ b/games/flightgear-data/files/patch-ac @@ -5,7 +5,7 @@ #endif +// 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> @@ -52,7 +52,7 @@ #endif +// 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 |