summaryrefslogtreecommitdiff
path: root/openbsd-compat/fake-gai-errnos.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-05-19 00:13:38 +1000
committerDamien Miller <djm@mindrot.org>2003-05-19 00:13:38 +1000
commit317412502b900ddecdafdfa171da99271846478b (patch)
tree2e04f618288cdf0c16a98b675b28b8287a15a0c6 /openbsd-compat/fake-gai-errnos.h
parente323df6c4851b04386e747a009474f469fe97137 (diff)
- (djm) Big KNF on openbsd-compat/
Diffstat (limited to 'openbsd-compat/fake-gai-errnos.h')
-rw-r--r--openbsd-compat/fake-gai-errnos.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/openbsd-compat/fake-gai-errnos.h b/openbsd-compat/fake-gai-errnos.h
index 5edc31b59..8fca7db0c 100644
--- a/openbsd-compat/fake-gai-errnos.h
+++ b/openbsd-compat/fake-gai-errnos.h
@@ -5,10 +5,15 @@
5 * See getaddrinfo.c and getnameinfo.c. 5 * See getaddrinfo.c and getnameinfo.c.
6 */ 6 */
7 7
8/* $Id: fake-gai-errnos.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ 8#ifndef _FAKE_GAI_ERRNOS_H
9#define _FAKE_GAI_ERRNOS_H
10
11/* $Id: fake-gai-errnos.h,v 1.3 2003/05/18 14:13:39 djm Exp $ */
9 12
10/* for old netdb.h */ 13/* for old netdb.h */
11#ifndef EAI_NODATA 14#ifndef EAI_NODATA
12#define EAI_NODATA 1 15# define EAI_NODATA 1
13#define EAI_MEMORY 2 16# define EAI_MEMORY 2
14#endif 17#endif
18
19#endif /* !_FAKE_GAI_ERRNOS_H */