diff options
author | joerg <joerg@pkgsrc.org> | 2006-03-23 12:30:22 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-03-23 12:30:22 +0000 |
commit | aee953d56eadf6900220df89744b7ad5ca354325 (patch) | |
tree | 64a0e0118b16d20f7147f0a9558952428f944b03 /net | |
parent | 936a9aefe02b82e8c2ef859e9bd89eba96fe318b (diff) | |
download | pkgsrc-aee953d56eadf6900220df89744b7ad5ca354325.tar.gz |
Fix errno.
Diffstat (limited to 'net')
-rw-r--r-- | net/quagga/distinfo | 3 | ||||
-rw-r--r-- | net/quagga/patches/patch-aa | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/net/quagga/distinfo b/net/quagga/distinfo index 412c144cc88..7f9fdc9d615 100644 --- a/net/quagga/distinfo +++ b/net/quagga/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.7 2005/05/25 13:14:56 wiz Exp $ +$NetBSD: distinfo,v 1.8 2006/03/23 12:30:22 joerg Exp $ SHA1 (quagga-0.98.2.tar.gz) = ac53eeac08c8c1b98c32481f60aa779f48f62f5e RMD160 (quagga-0.98.2.tar.gz) = b7875e1eb95b2214e9846778593d6defc3a30b33 Size (quagga-0.98.2.tar.gz) = 2012251 bytes +SHA1 (patch-aa) = 507d9cccd719e31d0710425858a80cef1215093d diff --git a/net/quagga/patches/patch-aa b/net/quagga/patches/patch-aa new file mode 100644 index 00000000000..b2050c02360 --- /dev/null +++ b/net/quagga/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.3 2006/03/23 12:30:22 joerg Exp $ + +--- ospf6d/ospf6d.h.orig 2006-03-23 12:08:51.000000000 +0000 ++++ ospf6d/ospf6d.h +@@ -25,7 +25,6 @@ + #define OSPF6_DAEMON_VERSION "0.9.7o" + + /* global variables */ +-extern int errno; + extern struct thread_master *master; + + #ifdef INRIA_IPV6 |