]> andersk Git - openssh.git/blame - openbsd-compat/fake-gai-errnos.h
- (djm) Add CVS Id's to files that we have missed
[openssh.git] / openbsd-compat / fake-gai-errnos.h
CommitLineData
48e671d5 1/*
2 * fake library for ssh
3 *
4 * This file is included in getaddrinfo.c and getnameinfo.c.
5 * See getaddrinfo.c and getnameinfo.c.
6 */
7
0b202697 8/* $Id$ */
9
48e671d5 10/* for old netdb.h */
11#ifndef EAI_NODATA
12#define EAI_NODATA 1
13#define EAI_MEMORY 2
14#endif
This page took 0.376557 seconds and 5 git commands to generate.