]> andersk Git - openssh.git/commitdiff
- Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
authordamien <damien>
Sun, 16 Jan 2000 07:19:25 +0000 (07:19 +0000)
committerdamien <damien>
Sun, 16 Jan 2000 07:19:25 +0000 (07:19 +0000)
CREDITS
ChangeLog
fake-getaddrinfo.h

diff --git a/CREDITS b/CREDITS
index 05057fe25c76355234a001a920ceb74ac2a46521..f1012569d5134f04d3b1427d3757d57c58c1f353 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -20,6 +20,7 @@ Jim Knoble <jmknoble@pobox.com> - Many patches
 jonchen (email unknown) - the original author of PAM support of SSH
 Juergen Keil <jk@tools.de> - scp bugfixing
 Kees Cook <cook@cpoint.net> - scp fixes
+Kiyokazu SUTO <suto@ks-and-ks.ne.jp> - Bugfixes
 Marc G. Fournier <marc.fournier@acadiau.ca> - Solaris patches
 Nalin Dahyabhai <nalin.dahyabhai@pobox.com> - PAM environment patch
 Niels Kristian Bech Jensen <nkbj@image.dk> - Assorted patches
index 6805ff2e087ae931ae1e09e107745a97b6e87fe8..979e8ca6e151282c09f9c79aa3589e32cdae971a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
  - Added --with-pid-dir option
  - Released 1.2.1pre26
 
+ - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
+
 20000115
  - Add --with-xauth-path configure directive and explicit test for
    /usr/openwin/bin/xauth for Solaris systems. Report from Anders 
index de1748f6f38c7ef1e98b60b51d3f767faa68b7d3..7da87142ddf2f6c29f637facfa37405f5a66f2aa 100644 (file)
@@ -7,6 +7,7 @@
 
 #ifndef AI_PASSIVE
 # define AI_PASSIVE        1
+# define AI_CANONNAME      2
 #endif
 
 #ifndef NI_NUMERICHOST
@@ -25,7 +26,7 @@ struct addrinfo {
        char    *ai_canonname;  /* canonical name for hostname */
        struct sockaddr *ai_addr;       /* binary address */
        struct addrinfo *ai_next;       /* next structure in linked list */
-}
+};
 #endif /* !HAVE_STRUCT_ADDRINFO */
 
 #ifndef HAVE_GETADDRINFO
This page took 0.050261 seconds and 5 git commands to generate.