diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | openbsd-compat/fake-rfc2553.c | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -10,6 +10,7 @@ | |||
10 | Patch from larsch@trustcenter.de | 10 | Patch from larsch@trustcenter.de |
11 | - (djm) Bug #589 - scard-opensc: load only keys with a private keys | 11 | - (djm) Bug #589 - scard-opensc: load only keys with a private keys |
12 | Patch from larsch@trustcenter.de | 12 | Patch from larsch@trustcenter.de |
13 | - (dtucker) Add includes.h to fake-rfc2553.c so it will build. | ||
13 | 14 | ||
14 | 20030604 | 15 | 20030604 |
15 | - (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from | 16 | - (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from |
@@ -471,4 +472,4 @@ | |||
471 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | 472 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. |
472 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au | 473 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au |
473 | 474 | ||
474 | $Id: ChangeLog,v 1.2787 2003/06/05 09:19:35 djm Exp $ | 475 | $Id: ChangeLog,v 1.2788 2003/06/05 09:37:30 dtucker Exp $ |
diff --git a/openbsd-compat/fake-rfc2553.c b/openbsd-compat/fake-rfc2553.c index ca13a40bc..95fded3f9 100644 --- a/openbsd-compat/fake-rfc2553.c +++ b/openbsd-compat/fake-rfc2553.c | |||
@@ -6,7 +6,9 @@ | |||
6 | * that ai_family is AF_INET. Don't use it for another purpose. | 6 | * that ai_family is AF_INET. Don't use it for another purpose. |
7 | */ | 7 | */ |
8 | 8 | ||
9 | RCSID("$Id: fake-rfc2553.c,v 1.1 2003/06/05 08:52:48 djm Exp $"); | 9 | #include "includes.h" |
10 | |||
11 | RCSID("$Id: fake-rfc2553.c,v 1.2 2003/06/05 09:37:30 dtucker Exp $"); | ||
10 | 12 | ||
11 | #ifndef HAVE_GETNAMEINFO | 13 | #ifndef HAVE_GETNAMEINFO |
12 | int getnameinfo(const struct sockaddr *sa, size_t salen, char *host, | 14 | int getnameinfo(const struct sockaddr *sa, size_t salen, char *host, |