diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-02-11 01:20:08 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-02-11 01:20:08 +0000 |
commit | f02982c69908521a0a799cdef90d8d8776db41e0 (patch) | |
tree | 967a9ca5cf71990e3cca693c64782e309238e7d7 /lang/g95/files/patch-fibheap.c | |
parent | Manually add each publicId of the DocBook 4.1.2 collection to the ports (diff) |
Move lang/g95 -> lang/gfortran
change to appropriate name
Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
PR : 62287 (repocopy request)
Thanks to : joe, adam
Diffstat (limited to 'lang/g95/files/patch-fibheap.c')
-rw-r--r-- | lang/g95/files/patch-fibheap.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/g95/files/patch-fibheap.c b/lang/g95/files/patch-fibheap.c deleted file mode 100644 index ae11205400af..000000000000 --- a/lang/g95/files/patch-fibheap.c +++ /dev/null @@ -1,14 +0,0 @@ ---- libiberty/fibheap.c.org Sat Jan 31 14:51:11 2004 -+++ libiberty/fibheap.c Sat Jan 31 14:51:28 2004 -@@ -22,9 +22,9 @@ - #ifdef HAVE_CONFIG_H - #include "config.h" - #endif --#ifdef HAVE_LIMITS_H -+//#ifdef HAVE_LIMITS_H - #include <limits.h> --#endif -+//#endif - #ifdef HAVE_STDLIB_H - #include <stdlib.h> - #endif |