diff options
author | rillig <rillig@pkgsrc.org> | 2007-12-02 14:33:05 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-12-02 14:33:05 +0000 |
commit | e47af9e6a7222b145a759be4e555c38e4a05cd3f (patch) | |
tree | 1ebab1ddf73a4073ea0a89cea9d2b76d5185aa3b | |
parent | 2f5f199969bf30fc8b315ce54aab1ca2f38f9119 (diff) | |
download | pkgsrc-e47af9e6a7222b145a759be4e555c38e4a05cd3f.tar.gz |
mount(2) with 5 parameters is available since 4.99.24, not 4.99.23.
-rw-r--r-- | net/coda/distinfo | 4 | ||||
-rw-r--r-- | net/coda/patches/patch-ac | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/coda/distinfo b/net/coda/distinfo index 66285f6e2a9..78f9fb9d126 100644 --- a/net/coda/distinfo +++ b/net/coda/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.4 2007/12/01 14:07:30 rillig Exp $ +$NetBSD: distinfo,v 1.5 2007/12/02 14:33:05 rillig Exp $ SHA1 (coda-6.9.2.tar.gz) = 47e71299d04dbb9e03f9f5a7101933679b1cb316 RMD160 (coda-6.9.2.tar.gz) = 4cdf2ad53333359d39793147daee865b22b38993 Size (coda-6.9.2.tar.gz) = 1650937 bytes SHA1 (patch-aa) = f9cb4a72a4ff72020ba52382481811fe71931ab2 SHA1 (patch-ab) = 07675cfb2eb7ebe40609338368ca7df813a7d5dd -SHA1 (patch-ac) = 3d3909f53cc2d1f0c1ee8144b11768b52c4bb32f +SHA1 (patch-ac) = ecbd62e4007a77b2e7734de918f70712f9fc9144 diff --git a/net/coda/patches/patch-ac b/net/coda/patches/patch-ac index bf769c969ea..0bf215913ae 100644 --- a/net/coda/patches/patch-ac +++ b/net/coda/patches/patch-ac @@ -1,6 +1,6 @@ -$NetBSD: patch-ac,v 1.2 2007/12/01 14:07:30 rillig Exp $ +$NetBSD: patch-ac,v 1.3 2007/12/02 14:33:06 rillig Exp $ -Added experimental code to support mounting on NetBSD >= 4.99.23. The +Added experimental code to support mounting on NetBSD >= 4.99.24. The magic value of 256 is taken from coda_vfsops in coda_vfsops.c. --- coda-src/venus/worker.cc.orig 2007-08-01 18:32:29.000000000 +0000 @@ -11,7 +11,7 @@ magic value of 256 is taken from coda_vfsops in coda_vfsops.c. #endif - + -+#if defined(__NetBSD__) && defined(__NetBSD_Prereq__) && __NetBSD_Prereq__(4,99,23) ++#if defined(__NetBSD__) && defined(__NetBSD_Prereq__) && __NetBSD_Prereq__(4,99,24) + if (error < 0) + error = mount("coda", venusRoot, 0, kernDevice, 256); + if (error < 0) |