summaryrefslogtreecommitdiff
path: root/openbsd-compat/fake-getnameinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/fake-getnameinfo.h')
-rw-r--r--openbsd-compat/fake-getnameinfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/openbsd-compat/fake-getnameinfo.h b/openbsd-compat/fake-getnameinfo.h
index c9b7908aa..7aaabc7f6 100644
--- a/openbsd-compat/fake-getnameinfo.h
+++ b/openbsd-compat/fake-getnameinfo.h
@@ -1,4 +1,4 @@
1/* $Id: fake-getnameinfo.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ 1/* $Id: fake-getnameinfo.h,v 1.3 2003/05/18 14:13:39 djm Exp $ */
2 2
3#ifndef _FAKE_GETNAMEINFO_H 3#ifndef _FAKE_GETNAMEINFO_H
4#define _FAKE_GETNAMEINFO_H 4#define _FAKE_GETNAMEINFO_H
@@ -6,8 +6,8 @@
6#include "config.h" 6#include "config.h"
7 7
8#ifndef HAVE_GETNAMEINFO 8#ifndef HAVE_GETNAMEINFO
9int getnameinfo(const struct sockaddr *sa, size_t salen, char *host, 9int getnameinfo(const struct sockaddr *, size_t, char *, size_t,
10 size_t hostlen, char *serv, size_t servlen, int flags); 10 char *, size_t, int);
11#endif /* !HAVE_GETNAMEINFO */ 11#endif /* !HAVE_GETNAMEINFO */
12 12
13#ifndef NI_MAXSERV 13#ifndef NI_MAXSERV