1769 dladm show-link truncates OVER field
[unleashed.git] / usr / src / cmd / ssh / include / fake-gai-errnos.h
blob8df9159f18407709171d794dfab92d73dce3ed1b
1 /*
2 * fake library for ssh
4 * This file is included in getaddrinfo.c and getnameinfo.c.
5 * See getaddrinfo.c and getnameinfo.c.
6 */
8 #ifndef _FAKE_GAI_ERRNOS_H
9 #define _FAKE_GAI_ERRNOS_H
11 #pragma ident "%Z%%M% %I% %E% SMI"
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
18 /* $Id: fake-gai-errnos.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */
20 /* for old netdb.h */
21 #ifndef EAI_NODATA
22 #define EAI_NODATA 1
23 #define EAI_MEMORY 2
24 #endif
26 #ifdef __cplusplus
28 #endif
30 #endif /* _FAKE_GAI_ERRNOS_H */