freebsd-ports/lang/gnat/files/patch-ah
Kevin Lo ad309c29e3 Update to version 3.14p
PR: 34670
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
2002-02-09 08:40:28 +00:00

11 lines
388 B
Text

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