summaryrefslogtreecommitdiff
path: root/openbsd-compat/fake-rfc2553.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-02-11 18:32:13 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-02-11 18:32:13 +1100
commit15af68f767e31d07c474c37d6af7cadcbcdb82ce (patch)
tree782ac764528ef90592d76b7184871993fcd59442 /openbsd-compat/fake-rfc2553.h
parent1b6f2291e4adf4d3e7e81d35194b1ad7751270f2 (diff)
- (dtucker) [openbsd-compat/fake-rfc2553.h] We now need EAI_SYSTEM too.
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 baea07038..636792ed7 100644
--- a/openbsd-compat/fake-rfc2553.h
+++ b/openbsd-compat/fake-rfc2553.h
@@ -1,4 +1,4 @@
1/* $Id: fake-rfc2553.h,v 1.9 2004/03/10 10:06:33 dtucker Exp $ */ 1/* $Id: fake-rfc2553.h,v 1.10 2005/02/11 07:32:13 dtucker Exp $ */
2 2
3/* 3/*
4 * Copyright (C) 2000-2003 Damien Miller. All rights reserved. 4 * Copyright (C) 2000-2003 Damien Miller. All rights reserved.
@@ -117,6 +117,7 @@ struct sockaddr_in6 {
117# define EAI_NODATA 1 117# define EAI_NODATA 1
118# define EAI_MEMORY 2 118# define EAI_MEMORY 2
119# define EAI_NONAME 3 119# define EAI_NONAME 3
120# define EAI_SYSTEM 4
120#endif 121#endif
121 122
122#ifndef HAVE_STRUCT_ADDRINFO 123#ifndef HAVE_STRUCT_ADDRINFO