summaryrefslogtreecommitdiff
path: root/net/quagga/files/patch-lib__zebra.h
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-03-03 13:57:33 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-03-03 13:57:33 +0000
commitafd4eca55b5c4484360ec309753b25621db9260c (patch)
tree6beb70ebf95ad50f4a01c100ebf9a49cd53e2b33 /net/quagga/files/patch-lib__zebra.h
parent- Update to 3.3.2 (diff)
Update to 0.99.24.
Enable ISISD, RTADV, OSPF_OPAQUE_LSA by default as they're enabled by default by quagga's configure. Enable PIMD because the releases notes says we should unless short on space. Release notes: http://savannah.nongnu.org/forum/forum.php?forum_id=8222 Changelog: http://download.savannah.gnu.org/releases/quagga/quagga-0.99.24.changelog.txt Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=380374
Diffstat (limited to 'net/quagga/files/patch-lib__zebra.h')
-rw-r--r--net/quagga/files/patch-lib__zebra.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/net/quagga/files/patch-lib__zebra.h b/net/quagga/files/patch-lib__zebra.h
deleted file mode 100644
index c868e75ca6e6..000000000000
--- a/net/quagga/files/patch-lib__zebra.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- lib/zebra.h.orig 2014-08-25 16:56:53 UTC
-+++ lib/zebra.h
-@@ -358,7 +358,8 @@
- * OpenBSD: network byte order, apart from older versions which are as per
- * *BSD
- */
--#if defined(__NetBSD__) || defined(__FreeBSD__) \
-+#if defined(__NetBSD__) \
-+ || (defined(__FreeBSD__) && (__FreeBSD_version < 1100030)) \
- || (defined(__OpenBSD__) && (OpenBSD < 200311)) \
- || (defined(__APPLE__)) \
- || (defined(SUNOS_5) && defined(WORDS_BIGENDIAN))