summaryrefslogtreecommitdiff
path: root/net/openvmps
diff options
context:
space:
mode:
authorjoerg <joerg>2006-03-14 01:32:00 +0000
committerjoerg <joerg>2006-03-14 01:32:00 +0000
commitd358769cf9999e48d274896352a03584ebdd0a91 (patch)
treec6c7f56949531923f9b87fe0cd6a44cc11dc1f86 /net/openvmps
parent16bf253b1b8893b5c99da550141b8aff3f02e074 (diff)
downloadpkgsrc-d358769cf9999e48d274896352a03584ebdd0a91.tar.gz
Fix errno.
Diffstat (limited to 'net/openvmps')
-rw-r--r--net/openvmps/distinfo4
-rw-r--r--net/openvmps/patches/patch-aa17
2 files changed, 15 insertions, 6 deletions
diff --git a/net/openvmps/distinfo b/net/openvmps/distinfo
index 6af53c55712..8f0efd7fc49 100644
--- a/net/openvmps/distinfo
+++ b/net/openvmps/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.2 2005/11/03 20:06:41 bouyer Exp $
+$NetBSD: distinfo,v 1.3 2006/03/14 01:32:00 joerg Exp $
SHA1 (vmpsd-1.3.tar.gz) = 39a8f925191690f209d9f1609321f20360810cf1
RMD160 (vmpsd-1.3.tar.gz) = 1185fbd654d5d0e939fdfa08149d1ebcb3fc0ef2
Size (vmpsd-1.3.tar.gz) = 95202 bytes
-SHA1 (patch-aa) = 4bead41f3def8d179af073ac883d77d6c1301dec
+SHA1 (patch-aa) = 3ee69eb84f9e2f4277eaaaeefd164ae6511f6fc9
SHA1 (patch-ab) = a30282863432d654669643103de3711da6d53620
SHA1 (patch-ac) = c5871b991808ca33d9ad0a7ee89ea1f1a4b0e803
SHA1 (patch-ad) = 7fa3bf093f35264b1b10003fb3747fd736d12c5d
diff --git a/net/openvmps/patches/patch-aa b/net/openvmps/patches/patch-aa
index fe169afdcd3..a5ca083113a 100644
--- a/net/openvmps/patches/patch-aa
+++ b/net/openvmps/patches/patch-aa
@@ -1,8 +1,17 @@
-$NetBSD: patch-aa,v 1.1.1.1 2005/06/06 16:07:43 bouyer Exp $
+$NetBSD: patch-aa,v 1.2 2006/03/14 01:32:00 joerg Exp $
---- daemon.c.orig 2005-06-06 13:03:05.000000000 +0200
-+++ daemon.c 2005-06-06 13:04:47.000000000 +0200
-@@ -44,6 +44,9 @@
+--- daemon.c.orig 2004-07-24 00:46:49.000000000 +0000
++++ daemon.c
+@@ -14,8 +14,6 @@
+ #define VMPS_CHECK_BSD
+ #endif
+
+-extern int errno;
+-
+ #ifdef VMPS_CHECK_BSD
+ #include <sys/file.h>
+ #include <sys/ioctl.h>
+@@ -44,6 +42,9 @@ daemon_start(ignsigcld)
{
register int childpid;