summaryrefslogtreecommitdiff
path: root/net/quagga/files/extra-tcpmd5-patch-lib::sockopt.h
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-02-05 22:19:43 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-02-05 22:19:43 +0000
commitd2734c189496ba5970ac98a8a45b7b6d0266aa33 (patch)
treeecf437b1beb30c3a958629b2aa018a55e2f5fd8b /net/quagga/files/extra-tcpmd5-patch-lib::sockopt.h
parentSage is an OpenGL extension library written to make use of SDL's mechanism for (diff)
- Update to 0.98.2
PR: ports/77086 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=128104
Diffstat (limited to 'net/quagga/files/extra-tcpmd5-patch-lib::sockopt.h')
-rw-r--r--net/quagga/files/extra-tcpmd5-patch-lib::sockopt.h12
1 files changed, 12 insertions, 0 deletions
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