summaryrefslogtreecommitdiff
path: root/security/scanssh
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-01-18 04:55:30 +0000
committerhubertf <hubertf@pkgsrc.org>2001-01-18 04:55:30 +0000
commitae66ad726e12058b5a7803ae89fd696ade45337c (patch)
tree43daa078a1c549c62b7c61e883854461c14a6163 /security/scanssh
parentd486dfc8c2e449fdb0f37d9860f78eab79ce1bf8 (diff)
downloadpkgsrc-ae66ad726e12058b5a7803ae89fd696ade45337c.tar.gz
ve this a chance to build on 1.5 - defined sa_family_t (taken from -current)
Diffstat (limited to 'security/scanssh')
-rw-r--r--security/scanssh/files/patch-sum3
-rw-r--r--security/scanssh/patches/patch-aa16
2 files changed, 19 insertions, 0 deletions
diff --git a/security/scanssh/files/patch-sum b/security/scanssh/files/patch-sum
new file mode 100644
index 00000000000..7c8aea90f0e
--- /dev/null
+++ b/security/scanssh/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1 2001/01/18 04:55:30 hubertf Exp $
+
+MD5 (patch-aa) = 846d45e544bd445db53aab2ba61c5bca
diff --git a/security/scanssh/patches/patch-aa b/security/scanssh/patches/patch-aa
new file mode 100644
index 00000000000..b91c5a90240
--- /dev/null
+++ b/security/scanssh/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1 2001/01/18 04:55:31 hubertf Exp $
+
+--- exclude.h.orig Wed Sep 6 19:25:43 2000
++++ exclude.h
+@@ -28,6 +28,11 @@
+ #ifndef _EXCLUDE_H_
+ #define _EXCLUDE_H_
+
++#ifndef sa_family_t
++typedef int sa_family_t; /* NetBSD 1.5 needs this */
++#define sa_family_t int /* dito, taken from -current */
++#endif
++
+ struct exclude {
+ TAILQ_ENTRY (exclude) e_next;
+ sa_family_t e_type;