summaryrefslogtreecommitdiff
path: root/security/scanssh
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-01-18 04:55:30 +0000
committerhubertf <hubertf>2001-01-18 04:55:30 +0000
commit4b2653b4245420297499bdcc8f749fc350b58c0a (patch)
tree43daa078a1c549c62b7c61e883854461c14a6163 /security/scanssh
parent3cfeffa97298de1399398a891f7fe2e73394a741 (diff)
downloadpkgsrc-4b2653b4245420297499bdcc8f749fc350b58c0a.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;