diff options
Diffstat (limited to 'openbsd-compat/fake-rfc2553.c')
-rw-r--r-- | openbsd-compat/fake-rfc2553.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openbsd-compat/fake-rfc2553.c b/openbsd-compat/fake-rfc2553.c index 0186b5300..aae016bf7 100644 --- a/openbsd-compat/fake-rfc2553.c +++ b/openbsd-compat/fake-rfc2553.c | |||
@@ -37,8 +37,6 @@ | |||
37 | 37 | ||
38 | #include "includes.h" | 38 | #include "includes.h" |
39 | 39 | ||
40 | RCSID("$Id: fake-rfc2553.c,v 1.5 2003/09/22 02:08:23 dtucker Exp $"); | ||
41 | |||
42 | #ifndef HAVE_GETNAMEINFO | 40 | #ifndef HAVE_GETNAMEINFO |
43 | int getnameinfo(const struct sockaddr *sa, size_t salen, char *host, | 41 | int getnameinfo(const struct sockaddr *sa, size_t salen, char *host, |
44 | size_t hostlen, char *serv, size_t servlen, int flags) | 42 | size_t hostlen, char *serv, size_t servlen, int flags) |