freebsd-ports/lang/gpc/files/patch-ar
Will Andrews d094bd696b Add GPC - GNU Pascal Compiler. Finally we have a Pascal compiler in the
ports collection!  :-)

PR:			17578
Submitted by:		Anton N. Breusov <antonz@library.ntu-kpi.kiev.ua>
No objections from:	asami, obrien
2000-05-29 03:05:51 +00:00

20 lines
385 B
Plaintext

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