- (dtucker) Define EAI_NONAME in fake-rfc2553.h (used by fake-rfc2553.c).

This commit is contained in:
Darren Tucker 2003-06-05 22:20:11 +10:00
parent 4aff13f1e7
commit 881753bef2
2 changed files with 4 additions and 2 deletions

View File

@ -11,6 +11,7 @@
- (djm) Bug #589 - scard-opensc: load only keys with a private keys
Patch from larsch@trustcenter.de
- (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
- (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.
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 $

View File

@ -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