diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 1999-11-09 12:33:43 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 1999-11-09 12:33:43 +0000 |
commit | 472667ca91017e0955eea22944e4e898825e26c8 (patch) | |
tree | 86deb9daaac0fb4345cc24d69823422da58ed8a2 /lang/gnat/files/patch-ah | |
parent | Upgrade to 4.15. (diff) |
Upgrade GNAT to GNAT-3.12p, the latest public release from Ada Core
Technologies.
Notes
Notes:
svn path=/head/; revision=22986
Diffstat (limited to 'lang/gnat/files/patch-ah')
-rw-r--r-- | lang/gnat/files/patch-ah | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/gnat/files/patch-ah b/lang/gnat/files/patch-ah new file mode 100644 index 000000000000..10b3eae32453 --- /dev/null +++ b/lang/gnat/files/patch-ah @@ -0,0 +1,19 @@ +*** ./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. */ |