diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | openbsd-compat/fake-rfc2553.h | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,6 @@ | |||
1 | 20050211 | 1 | 20050211 |
2 | - (dtucker) [configure.ac] Tidy up configure --help output. | 2 | - (dtucker) [configure.ac] Tidy up configure --help output. |
3 | - (dtucker) [openbsd-compat/fake-rfc2553.h] We now need EAI_SYSTEM too. | ||
3 | 4 | ||
4 | 20050210 | 5 | 20050210 |
5 | - (dtucker) [configure.ac] Bug #919: Provide visible feedback for the | 6 | - (dtucker) [configure.ac] Bug #919: Provide visible feedback for the |
@@ -2122,4 +2123,4 @@ | |||
2122 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 2123 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
2123 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 2124 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
2124 | 2125 | ||
2125 | $Id: ChangeLog,v 1.3649 2005/02/11 05:11:49 dtucker Exp $ | 2126 | $Id: ChangeLog,v 1.3650 2005/02/11 07:32:13 dtucker Exp $ |
diff --git a/openbsd-compat/fake-rfc2553.h b/openbsd-compat/fake-rfc2553.h index baea07038..636792ed7 100644 --- a/openbsd-compat/fake-rfc2553.h +++ b/openbsd-compat/fake-rfc2553.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: fake-rfc2553.h,v 1.9 2004/03/10 10:06:33 dtucker Exp $ */ | 1 | /* $Id: fake-rfc2553.h,v 1.10 2005/02/11 07:32:13 dtucker Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (C) 2000-2003 Damien Miller. All rights reserved. | 4 | * Copyright (C) 2000-2003 Damien Miller. All rights reserved. |
@@ -117,6 +117,7 @@ struct sockaddr_in6 { | |||
117 | # define EAI_NODATA 1 | 117 | # define EAI_NODATA 1 |
118 | # define EAI_MEMORY 2 | 118 | # define EAI_MEMORY 2 |
119 | # define EAI_NONAME 3 | 119 | # define EAI_NONAME 3 |
120 | # define EAI_SYSTEM 4 | ||
120 | #endif | 121 | #endif |
121 | 122 | ||
122 | #ifndef HAVE_STRUCT_ADDRINFO | 123 | #ifndef HAVE_STRUCT_ADDRINFO |