diff options
author | sem <sem@FreeBSD.org> | 2009-12-10 00:47:28 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2009-12-10 00:47:28 +0800 |
commit | df117cf252d6f74c711684ccf08575644311b073 (patch) | |
tree | 78a9ef157dd3e97ffa7db20fe6731f636653020a /net | |
parent | 2798fd6fddf63dc4e786dd7c160bf785d4ff4438 (diff) | |
download | freebsd-ports-gnome-df117cf252d6f74c711684ccf08575644311b073.tar.gz freebsd-ports-gnome-df117cf252d6f74c711684ccf08575644311b073.tar.zst freebsd-ports-gnome-df117cf252d6f74c711684ccf08575644311b073.zip |
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
Diffstat (limited to 'net')
-rw-r--r-- | net/quagga/files/patch-ospfd-ospfd.h | 13 |
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. */ |