mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
20 lines
385 B
Plaintext
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
|