aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/pavuk/files/patch-ac
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-12-02 15:49:56 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-12-02 15:49:56 +0000
commit87e5f8daec1fd4f1d1533d2785d9af20e4ac2b0f (patch)
treed25003f1c688f7c18293dd71c13d412961348b24 /ftp/pavuk/files/patch-ac
parent125261332897095ba20b423d35e1421c3978d7e4 (diff)
Update to version 0.9.26
PR: 23222 Submitted by: Ports Fury
Diffstat (limited to 'ftp/pavuk/files/patch-ac')
-rw-r--r--ftp/pavuk/files/patch-ac12
1 files changed, 0 insertions, 12 deletions
diff --git a/ftp/pavuk/files/patch-ac b/ftp/pavuk/files/patch-ac
deleted file mode 100644
index 61ba400015cb..000000000000
--- a/ftp/pavuk/files/patch-ac
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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>