diff options
Diffstat (limited to 'openbsd-compat/fake-rfc2553.c')
-rw-r--r-- | openbsd-compat/fake-rfc2553.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/fake-rfc2553.c b/openbsd-compat/fake-rfc2553.c index 95fded3f9..b544e3547 100644 --- a/openbsd-compat/fake-rfc2553.c +++ b/openbsd-compat/fake-rfc2553.c | |||
@@ -2,13 +2,13 @@ | |||
2 | * Pseudo-implementation of RFC2553 name / address resolution functions | 2 | * Pseudo-implementation of RFC2553 name / address resolution functions |
3 | * | 3 | * |
4 | * But these functions are not implemented correctly. The minimum subset | 4 | * But these functions are not implemented correctly. The minimum subset |
5 | * is implemented for ssh use only. For exapmle, this routine assumes | 5 | * is implemented for ssh use only. For example, this routine assumes |
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 | #include "includes.h" | 9 | #include "includes.h" |
10 | 10 | ||
11 | RCSID("$Id: fake-rfc2553.c,v 1.2 2003/06/05 09:37:30 dtucker Exp $"); | 11 | RCSID("$Id: fake-rfc2553.c,v 1.3 2003/06/11 13:56:41 dtucker Exp $"); |
12 | 12 | ||
13 | #ifndef HAVE_GETNAMEINFO | 13 | #ifndef HAVE_GETNAMEINFO |
14 | int getnameinfo(const struct sockaddr *sa, size_t salen, char *host, | 14 | int getnameinfo(const struct sockaddr *sa, size_t salen, char *host, |