summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--openbsd-compat/fake-rfc2553.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e9c59041..4b5ed4420 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@
11 - (djm) Bug #589 - scard-opensc: load only keys with a private keys 11 - (djm) Bug #589 - scard-opensc: load only keys with a private keys
12 Patch from larsch@trustcenter.de 12 Patch from larsch@trustcenter.de
13 - (dtucker) Add includes.h to fake-rfc2553.c so it will build. 13 - (dtucker) Add includes.h to fake-rfc2553.c so it will build.
14 - (dtucker) Define EAI_NONAME in fake-rfc2553.h (used by fake-rfc2553.c).
14 15
1520030604 1620030604
16 - (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from 17 - (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from
@@ -472,4 +473,4 @@
472 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 473 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
473 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 474 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
474 475
475$Id: ChangeLog,v 1.2788 2003/06/05 09:37:30 dtucker Exp $ 476$Id: ChangeLog,v 1.2789 2003/06/05 12:20:11 dtucker Exp $
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