summaryrefslogtreecommitdiff
path: root/security/mirrordir
diff options
context:
space:
mode:
authorgrant <grant>2004-06-27 12:53:55 +0000
committergrant <grant>2004-06-27 12:53:55 +0000
commitf50f1b89a619512ef3de455970cbeee9521350c8 (patch)
treebdcea32e2d257ad9179652e0a852df4c8c373349 /security/mirrordir
parent1046633dcb016dc7037c5a3bd26dd1cf1f106135 (diff)
downloadpkgsrc-f50f1b89a619512ef3de455970cbeee9521350c8.tar.gz
don't call a static function from an inline function, not all
compilers allow it.
Diffstat (limited to 'security/mirrordir')
-rw-r--r--security/mirrordir/distinfo3
-rw-r--r--security/mirrordir/patches/patch-ac13
2 files changed, 15 insertions, 1 deletions
diff --git a/security/mirrordir/distinfo b/security/mirrordir/distinfo
index e765735250a..9994cee25b1 100644
--- a/security/mirrordir/distinfo
+++ b/security/mirrordir/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/12/19 14:44:07 agc Exp $
+$NetBSD: distinfo,v 1.2 2004/06/27 12:53:55 grant Exp $
SHA1 (mirrordir-0.10.49.tar.gz) = 71fe3178d59fbfd0f76b11626ae50d3a3fbbb691
Size (mirrordir-0.10.49.tar.gz) = 459867 bytes
SHA1 (patch-aa) = 92f875f5e9d22abc8304b602675d5d1775b9471f
SHA1 (patch-ab) = 790c3a80bc45f04f43c8fed59631f56505d82e59
+SHA1 (patch-ac) = 3e84b4f18452e94586492df848366917debab264
diff --git a/security/mirrordir/patches/patch-ac b/security/mirrordir/patches/patch-ac
new file mode 100644
index 00000000000..445d2e82e22
--- /dev/null
+++ b/security/mirrordir/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2004/06/27 12:53:55 grant Exp $
+
+--- vfs/ftpfs.c.orig 2000-01-17 07:13:30.000000000 +1100
++++ vfs/ftpfs.c
+@@ -389,7 +389,7 @@ changetype (struct ftpfs_connection *buc
+ return binary;
+ }
+
+-inline void
++void
+ flush_all_directory(struct ftpfs_connection *bucket)
+ {
+ linklist_delete_all(qdcache(bucket), ftpfs_dir_destructor);