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/quagga/patches | |
parent | 936a9aefe02b82e8c2ef859e9bd89eba96fe318b (diff) | |
download | pkgsrc-aee953d56eadf6900220df89744b7ad5ca354325.tar.gz |
Fix errno.
Diffstat (limited to 'net/quagga/patches')
-rw-r--r-- | net/quagga/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
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 |