summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/fake-rfc2553.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-06-05 22:20:11 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-06-05 22:20:11 +1000
commit881753bef2110c4d0bbd71a08e769c84f6eefc15 (patch)
tree1a9b4a6d1f0343e2d6117ca2aed55d8e8428e2cc /openbsd-compat/fake-rfc2553.h
parent4aff13f1e7122ee41ee32a2388894936b54dcf4e (diff)
- (dtucker) Define EAI_NONAME in fake-rfc2553.h (used by fake-rfc2553.c).
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 d9952bec..8f15a476 100644
--- a/openbsd-compat/fake-rfc2553.h
+++ b/openbsd-compat/fake-rfc2553.h
@@ -6,7 +6,7 @@
* that ai_family is AF_INET. Don't use it for another purpose.
*/
-/* $Id: fake-rfc2553.h,v 1.1 2003/06/05 08:52:48 djm Exp $ */
+/* $Id: fake-rfc2553.h,v 1.2 2003/06/05 12:20:11 dtucker Exp $ */
#ifndef _FAKE_RFC2553_H
#define _FAKE_RFC2553_H
@@ -78,6 +78,7 @@ struct sockaddr_in6 {
#ifndef EAI_NODATA
# define EAI_NODATA 1
# define EAI_MEMORY 2
+# define EAI_NONAME 3
#endif
#ifndef HAVE_STRUCT_ADDRINFO