- (dtucker) Define EAI_NONAME in fake-rfc2553.h (used by fake-rfc2553.c).
This commit is contained in:
parent
4aff13f1e7
commit
881753bef2
|
@ -11,6 +11,7 @@
|
||||||
- (djm) Bug #589 - scard-opensc: load only keys with a private keys
|
- (djm) Bug #589 - scard-opensc: load only keys with a private keys
|
||||||
Patch from larsch@trustcenter.de
|
Patch from larsch@trustcenter.de
|
||||||
- (dtucker) Add includes.h to fake-rfc2553.c so it will build.
|
- (dtucker) Add includes.h to fake-rfc2553.c so it will build.
|
||||||
|
- (dtucker) Define EAI_NONAME in fake-rfc2553.h (used by fake-rfc2553.c).
|
||||||
|
|
||||||
20030604
|
20030604
|
||||||
- (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from
|
- (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from
|
||||||
|
@ -472,4 +473,4 @@
|
||||||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2788 2003/06/05 09:37:30 dtucker Exp $
|
$Id: ChangeLog,v 1.2789 2003/06/05 12:20:11 dtucker Exp $
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
* that ai_family is AF_INET. Don't use it for another purpose.
|
* 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
|
#ifndef _FAKE_RFC2553_H
|
||||||
#define _FAKE_RFC2553_H
|
#define _FAKE_RFC2553_H
|
||||||
|
@ -78,6 +78,7 @@ struct sockaddr_in6 {
|
||||||
#ifndef EAI_NODATA
|
#ifndef EAI_NODATA
|
||||||
# define EAI_NODATA 1
|
# define EAI_NODATA 1
|
||||||
# define EAI_MEMORY 2
|
# define EAI_MEMORY 2
|
||||||
|
# define EAI_NONAME 3
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_STRUCT_ADDRINFO
|
#ifndef HAVE_STRUCT_ADDRINFO
|
||||||
|
|
Loading…
Reference in New Issue