From d2734c189496ba5970ac98a8a45b7b6d0266aa33 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 5 Feb 2005 22:19:43 +0000 Subject: - Update to 0.98.2 PR: ports/77086 Submitted by: Boris Kovalenko (maintainer) --- net/quagga/files/extra-tcpmd5-patch-lib::sockopt.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net/quagga/files/extra-tcpmd5-patch-lib::sockopt.h (limited to 'net/quagga/files/extra-tcpmd5-patch-lib::sockopt.h') diff --git a/net/quagga/files/extra-tcpmd5-patch-lib::sockopt.h b/net/quagga/files/extra-tcpmd5-patch-lib::sockopt.h new file mode 100644 index 000000000000..495f26707b10 --- /dev/null +++ b/net/quagga/files/extra-tcpmd5-patch-lib::sockopt.h @@ -0,0 +1,12 @@ +--- lib/sockopt.h.orig Mon Nov 15 10:51:15 2004 ++++ lib/sockopt.h Fri Jan 28 17:52:57 2005 +@@ -40,6 +40,9 @@ + */ + #define SOPT_SIZE_CMSG_PKTINFO_IPV6() (sizeof (struct in6_pktinfo)); + ++#ifdef QUAGGA_TCP_MD5SIG ++int sockopt_tcp_signature(int family, int sock, int enable); ++#endif /* QUAGGA_TCP_MD5SIG */ + /* + * Size defines for control messages used to get ifindex. We define + * values for each method, and define a macro that can be used by code -- cgit v1.2.3