diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-02-09 08:40:28 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-02-09 08:40:28 +0000 |
commit | ad309c29e327900c8ec0824f979052b0a930aa26 (patch) | |
tree | e2c5fa3c5378a0f3e83288ce058e71b04eae4068 /lang/gnat/files/patch-ah | |
parent | Update jgnat so it will continue to build with the new compiler which (diff) |
Update to version 3.14p
PR: 34670
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes
Notes:
svn path=/head/; revision=54414
Diffstat (limited to 'lang/gnat/files/patch-ah')
-rw-r--r-- | lang/gnat/files/patch-ah | 30 |
1 files changed, 11 insertions, 19 deletions
diff --git a/lang/gnat/files/patch-ah b/lang/gnat/files/patch-ah index 10b3eae32453..1cfe0c40d75b 100644 --- a/lang/gnat/files/patch-ah +++ b/lang/gnat/files/patch-ah @@ -1,19 +1,11 @@ -*** ./ada/a-cstrea.c.orig Fri Sep 24 08:42:07 1999 ---- ./ada/a-cstrea.c Sat Nov 6 16:06:52 1999 -*************** -*** 198,204 **** - _fixpath (nam, buffer); - - #else -! #if defined (sgi) || defined (sun) || defined (linux) - - /* Use realpath function which resolves links and references to .. and .. - on those Unix systems that support it. */ ---- 198,204 ---- - _fixpath (nam, buffer); - - #else -! #if defined (sgi) || defined (sun) || defined (linux) || defined (__FreeBSD__) - - /* Use realpath function which resolves links and references to .. and .. - on those Unix systems that support it. */ +--- ada/a-cstrea.c.orig Fri Feb 1 22:59:35 2002 ++++ ada/a-cstrea.c Fri Feb 1 23:03:11 2002 +@@ -205,7 +205,7 @@ + #elif defined (MSDOS) + _fixpath (nam, buffer); + +-#elif defined (sgi) ++#elif defined (sgi) || defined (__FreeBSD__) + + /* Use realpath function which resolves links and references to .. and .. + on those Unix systems that support it. Note that linux provides it but |