summaryrefslogtreecommitdiff
path: root/security/openssh/patches/patch-al
blob: 32d4b2cc34c268971f9e912bc586f12c1359134a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-al,v 1.4 2004/08/31 11:27:12 wiz Exp $

--- openbsd-compat/getrrsetbyname.c.orig	2004-05-13 12:24:10.000000000 +0200
+++ openbsd-compat/getrrsetbyname.c
@@ -47,7 +47,7 @@
 
 #include "includes.h"
 
-#ifndef HAVE_GETRRSETBYNAME
+#if !defined(HAVE_GETRRSETBYNAME) && !defined(__INTERIX)
 
 #include "getrrsetbyname.h"
 
@@ -578,4 +578,4 @@ count_dns_rr(struct dns_rr *p, u_int16_t
 	return (n);
 }
 
-#endif /* !defined(HAVE_GETRRSETBYNAME) */
+#endif /* !defined(HAVE_GETRRSETBYNAME) && !defined(__INTERIX) */