- (dtucker) [openbsd-compat/fake-rfc2553.h] rename ssh_gai_strerror hack

since it now conflicts with the helper function in misc.c.  From
   vinschen AT redhat.com.
This commit is contained in:
Darren Tucker 2008-02-25 20:21:20 +11:00
parent 2e9b8db4ea
commit 2c2ac033c1
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
20080225
- (dtucker) [openbsd-compat/fake-rfc2553.h] rename ssh_gai_strerror hack
since it now conflicts with the helper function in misc.c. From
vinschen AT redhat.com.
20080224
- (tim) [contrib/cygwin/ssh-host-config]
Grammar changes on SYSCONFDIR LOCALSTATEDIR messages.
@ -3616,4 +3621,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.4838 2008/02/25 09:18:31 dtucker Exp $
$Id: ChangeLog,v 1.4839 2008/02/25 09:21:20 dtucker Exp $

View File

@ -1,4 +1,4 @@
/* $Id: fake-rfc2553.h,v 1.13 2006/07/24 03:51:52 djm Exp $ */
/* $Id: fake-rfc2553.h,v 1.14 2008/02/25 09:21:20 dtucker Exp $ */
/*
* Copyright (C) 2000-2003 Damien Miller. All rights reserved.
@ -152,7 +152,7 @@ int getaddrinfo(const char *, const char *,
#endif /* !HAVE_GETADDRINFO */
#if !defined(HAVE_GAI_STRERROR) && !defined(HAVE_CONST_GAI_STRERROR_PROTO)
#define gai_strerror(a) (ssh_gai_strerror(a))
#define gai_strerror(a) (_ssh_compat_gai_strerror(a))
char *gai_strerror(int);
#endif /* !HAVE_GAI_STRERROR */