]> andersk Git - openssh.git/commitdiff
- (dtucker) [openbsd-compat/fake-rfc2553.h] rename ssh_gai_strerror hack
authordtucker <dtucker>
Mon, 25 Feb 2008 09:21:20 +0000 (09:21 +0000)
committerdtucker <dtucker>
Mon, 25 Feb 2008 09:21:20 +0000 (09:21 +0000)
   since it now conflicts with the helper function in misc.c.  From
   vinschen AT redhat.com.

ChangeLog
openbsd-compat/fake-rfc2553.h

index fcce63bd7bc2d82bacef5a52957ec822765246ed..e5e6587adbbfa725755057c88b89848059506ab6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 8431a42f802c6c1fcb9bff4d9c99d79458ef59d3..60212b4044f2d26c7abeab12ae2f342fb8137dad 100644 (file)
@@ -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 */
 
This page took 0.778526 seconds and 5 git commands to generate.