diff options
author | Damien Miller <djm@mindrot.org> | 2003-05-19 00:13:38 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-05-19 00:13:38 +1000 |
commit | 317412502b900ddecdafdfa171da99271846478b (patch) | |
tree | 2e04f618288cdf0c16a98b675b28b8287a15a0c6 /openbsd-compat/fake-getnameinfo.h | |
parent | e323df6c4851b04386e747a009474f469fe97137 (diff) |
- (djm) Big KNF on openbsd-compat/
Diffstat (limited to 'openbsd-compat/fake-getnameinfo.h')
-rw-r--r-- | openbsd-compat/fake-getnameinfo.h | 6 |
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 |
9 | int getnameinfo(const struct sockaddr *sa, size_t salen, char *host, | 9 | int 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 |