15 lines
361 B
C
15 lines
361 B
C
$NetBSD: patch-sysdep_bsd_sysio.h,v 1.1 2012/08/07 19:20:41 marino Exp $
|
|
|
|
--- sysdep/bsd/sysio.h.orig 2011-09-11 19:44:45.000000000 +0000
|
|
+++ sysdep/bsd/sysio.h
|
|
@@ -6,6 +6,9 @@
|
|
* Can be freely distributed and used under the terms of the GNU GPL.
|
|
*/
|
|
|
|
+#ifdef __DragonFly__
|
|
+#define TCP_MD5SIG TCP_SIGNATURE_ENABLE
|
|
+#endif
|
|
#ifdef IPV6
|
|
|
|
static inline void
|