summaryrefslogtreecommitdiff
path: root/openbsd-compat/fake-rfc2553.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/fake-rfc2553.h')
-rw-r--r--openbsd-compat/fake-rfc2553.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsd-compat/fake-rfc2553.h b/openbsd-compat/fake-rfc2553.h
index d9952bec8..8f15a4760 100644
--- a/openbsd-compat/fake-rfc2553.h
+++ b/openbsd-compat/fake-rfc2553.h
@@ -6,7 +6,7 @@
6 * that ai_family is AF_INET. Don't use it for another purpose. 6 * that ai_family is AF_INET. Don't use it for another purpose.
7 */ 7 */
8 8
9/* $Id: fake-rfc2553.h,v 1.1 2003/06/05 08:52:48 djm Exp $ */ 9/* $Id: fake-rfc2553.h,v 1.2 2003/06/05 12:20:11 dtucker Exp $ */
10 10
11#ifndef _FAKE_RFC2553_H 11#ifndef _FAKE_RFC2553_H
12#define _FAKE_RFC2553_H 12#define _FAKE_RFC2553_H
@@ -78,6 +78,7 @@ struct sockaddr_in6 {
78#ifndef EAI_NODATA 78#ifndef EAI_NODATA
79# define EAI_NODATA 1 79# define EAI_NODATA 1
80# define EAI_MEMORY 2 80# define EAI_MEMORY 2
81# define EAI_NONAME 3
81#endif 82#endif
82 83
83#ifndef HAVE_STRUCT_ADDRINFO 84#ifndef HAVE_STRUCT_ADDRINFO