summaryrefslogtreecommitdiff
path: root/security/scanssh/patches/patch-aa
blob: b91c5a90240650fc8ad3fcc2e0b24b5f08edec36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;