summaryrefslogtreecommitdiff
path: root/security/ssh6/patches/patch-bo
blob: 7061e6500cb79b7f76b0a83aa35b9862c7b97898 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-bo,v 1.1 2000/03/20 02:25:44 itojun Exp $

--- gai.h.orig	Wed Dec 31 19:00:00 1969
+++ gai.h	Fri Dec 24 21:50:41 1999
@@ -0,0 +1,12 @@
+/*
+ * fake library for ssh
+ *
+ * This file is included in getaddrinfo.c and getnameinfo.c.
+ * See getaddrinfo.c and getnameinfo.c.
+ */
+
+/* for old netdb.h */
+#ifndef EAI_NODATA
+#define EAI_NODATA	1
+#define EAI_MEMORY	2
+#endif