diff options
Diffstat (limited to 'lang/gpc/files/patch-ar')
-rw-r--r-- | lang/gpc/files/patch-ar | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/gpc/files/patch-ar b/lang/gpc/files/patch-ar new file mode 100644 index 000000000000..6b0ce53c3a81 --- /dev/null +++ b/lang/gpc/files/patch-ar @@ -0,0 +1,19 @@ +*** p/rts/file.c.orig Sat Jan 16 04:07:00 1999 +--- p/rts/file.c Thu Mar 23 18:58:07 2000 +*************** +*** 1568,1574 **** + #ifdef HAVE_STATVFS + #include <sys/statvfs.h> + #elif defined(HAVE_STATFS) +! #include <sys/vfs.h> + #endif + + void +--- 1568,1574 ---- + #ifdef HAVE_STATVFS + #include <sys/statvfs.h> + #elif defined(HAVE_STATFS) +! #include <sys/mount.h> + #endif + + void |