diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-12-16 10:25:07 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-12-16 10:25:07 +0000 |
commit | 209956f2df87ac95adf6c8cdd29bc43e8cbeecc9 (patch) | |
tree | 933b84c44625291074ce7d24a95f66bb8eca54f0 /lang/gfortran/files/patch-getpwd.c | |
parent | Back out to original. Maho (myself) committed (diff) |
Make this port a slave port of lang/gcc40.
Diffstat (limited to 'lang/gfortran/files/patch-getpwd.c')
-rw-r--r-- | lang/gfortran/files/patch-getpwd.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/gfortran/files/patch-getpwd.c b/lang/gfortran/files/patch-getpwd.c deleted file mode 100644 index 93945e340057..000000000000 --- a/lang/gfortran/files/patch-getpwd.c +++ /dev/null @@ -1,14 +0,0 @@ ---- libiberty/getpwd.c.orig Fri Jan 30 22:18:02 2004 -+++ libiberty/getpwd.c Thu Mar 18 14:24:28 2004 -@@ -32,9 +32,9 @@ - #ifdef HAVE_SYS_PARAM_H - #include <sys/param.h> - #endif --#if HAVE_SYS_STAT_H -+//#if HAVE_SYS_STAT_H - #include <sys/stat.h> --#endif -+//#endif - #if HAVE_LIMITS_H - #include <limits.h> - #endif |