summaryrefslogtreecommitdiff
path: root/net/quagga/files/patch-ospfd-ospfd.h
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2009-12-09 16:47:28 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2009-12-09 16:47:28 +0000
commit51561bb4a858522b31040a56526bc17f0c26c30e (patch)
tree07c4b16e6945cde430c144485b4d737ea452c25a /net/quagga/files/patch-ospfd-ospfd.h
parentUpdate to 3.8.6 (diff)
The UINT16_MAX constant this patch (re)defines since Feb 2006 in ospfd.h
is already available by means of zebra.h, which has it since May 2006 (git commit 35cfc90cce32b19c71d2f40aab06d36eb6bfdc44). This way patch-ospfd-ospfd.h can be safely discarded. Requested by: Quagga developers
Notes
Notes: svn path=/head/; revision=245456
Diffstat (limited to 'net/quagga/files/patch-ospfd-ospfd.h')
-rw-r--r--net/quagga/files/patch-ospfd-ospfd.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/quagga/files/patch-ospfd-ospfd.h b/net/quagga/files/patch-ospfd-ospfd.h
deleted file mode 100644
index 05707c4b6e68..000000000000
--- a/net/quagga/files/patch-ospfd-ospfd.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- ospfd/ospfd.h.orig Fri Feb 3 13:39:58 2006
-+++ ospfd/ospfd.h Fri Feb 3 13:40:51 2006
-@@ -26,6 +26,10 @@
- #include "filter.h"
- #include "log.h"
-
-+#if !defined(UINT16_MAX)
-+#define UINT16_MAX 0xffff
-+#endif
-+
- #define OSPF_VERSION 2
-
- /* Default protocol, port number. */