pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/mirrordir don't call a static function from a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d98858420844
branches: trunk
changeset: 477155:d98858420844
user: grant <grant%pkgsrc.org@localhost>
date: Sun Jun 27 12:53:55 2004 +0000
description:
don't call a static function from an inline function, not all
compilers allow it.
diffstat:
security/mirrordir/distinfo | 3 ++-
security/mirrordir/patches/patch-ac | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r b7713c5bed55 -r d98858420844 security/mirrordir/distinfo
--- a/security/mirrordir/distinfo Sun Jun 27 12:21:21 2004 +0000
+++ b/security/mirrordir/distinfo Sun Jun 27 12:53:55 2004 +0000
@@ -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 -r b7713c5bed55 -r d98858420844 security/mirrordir/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/mirrordir/patches/patch-ac Sun Jun 27 12:53:55 2004 +0000
@@ -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);
Home |
Main Index |
Thread Index |
Old Index