summaryrefslogtreecommitdiff
path: root/security/scanssh/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/scanssh/patches/patch-aa')
-rw-r--r--security/scanssh/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/scanssh/patches/patch-aa b/security/scanssh/patches/patch-aa
index 3cf71055b15..4a45fb7fb89 100644
--- a/security/scanssh/patches/patch-aa
+++ b/security/scanssh/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2004/08/17 19:43:22 adrianp Exp $
+$NetBSD: patch-aa,v 1.3 2006/01/20 00:24:42 joerg Exp $
--- exclude.h.orig Tue Mar 16 08:32:44 2004
+++ exclude.h Mon Aug 16 20:36:27 2004
@@ -6,7 +6,7 @@ $NetBSD: patch-aa,v 1.2 2004/08/17 19:43:22 adrianp Exp $
#ifndef _EXCLUDE_H_
#define _EXCLUDE_H_
-+#ifndef sa_family_t
++#if defined(__NetBSD__) && !defined(sa_family_t)
+typedef int sa_family_t; /* NetBSD 1.5 needs this */
+#define sa_family_t int /* ditto, taken from -current */
+#endif