summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
Diffstat (limited to 'ftp')
-rw-r--r--ftp/pavuk/files/patch-ac12
1 files changed, 12 insertions, 0 deletions
diff --git a/ftp/pavuk/files/patch-ac b/ftp/pavuk/files/patch-ac
new file mode 100644
index 000000000000..61ba400015cb
--- /dev/null
+++ b/ftp/pavuk/files/patch-ac
@@ -0,0 +1,12 @@
+--- src/doc.c.orig Thu Aug 5 02:09:04 1999
++++ src/doc.c Thu Aug 5 02:09:25 1999
+@@ -18,7 +18,8 @@
+ #include <sys/file.h>
+ #endif
+ #ifdef HAVE_FSTATFS
+-#include <sys/vfs.h>
++#include <sys/param.h>
++#include <sys/mount.h>
+ #endif
+ #include <sys/time.h>
+ #include <time.h>