diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-05 09:10:13 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-05 09:10:13 +0000 |
commit | 262380ef360e2219ce5f3eceeeede7b13c0d5160 (patch) | |
tree | 078066ae222c4b60c98c792bcfa5ad975b12a97d /ftp/pavuk/files | |
parent | Fix build and run problems in conjunction with OpenSSL. (diff) |
Add patch-ac, which I forgot to cvs add when I upgraded pavuk to pl18
Notes
Notes:
svn path=/head/; revision=20535
Diffstat (limited to 'ftp/pavuk/files')
-rw-r--r-- | ftp/pavuk/files/patch-ac | 12 |
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> |