diff options
| author | Jacques Vidrine <nectar@FreeBSD.org> | 2004-04-03 21:22:55 +0000 |
|---|---|---|
| committer | Jacques Vidrine <nectar@FreeBSD.org> | 2004-04-03 21:22:55 +0000 |
| commit | 1c43270ada91f3473174c2bf81fba64963b7e4ac (patch) | |
| tree | f009994dd04757b68eff8742614cca170aff5bb3 /crypto/heimdal/lib/roken/roken-common.h | |
| parent | 855f569304145440ca790a47edc5e6341c856220 (diff) | |
Notes
Diffstat (limited to 'crypto/heimdal/lib/roken/roken-common.h')
| -rw-r--r-- | crypto/heimdal/lib/roken/roken-common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/heimdal/lib/roken/roken-common.h b/crypto/heimdal/lib/roken/roken-common.h index 6e29be8c05110..6f6d6ccea1ecf 100644 --- a/crypto/heimdal/lib/roken/roken-common.h +++ b/crypto/heimdal/lib/roken/roken-common.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ -/* $Id: roken-common.h,v 1.51 2002/09/09 13:41:12 joda Exp $ */ +/* $Id: roken-common.h,v 1.51.6.1 2004/01/15 18:15:05 lha Exp $ */ #ifndef __ROKEN_COMMON_H__ #define __ROKEN_COMMON_H__ @@ -172,7 +172,7 @@ #define EAI_NOERROR 0 /* no error */ #endif -#ifndef EAI_ADDRFAMILY +#ifndef EAI_NONAME #define EAI_ADDRFAMILY 1 /* address family for nodename not supported */ #define EAI_AGAIN 2 /* temporary failure in name resolution */ @@ -186,7 +186,7 @@ #define EAI_SOCKTYPE 10 /* ai_socktype not supported */ #define EAI_SYSTEM 11 /* system error returned in errno */ -#endif /* EAI_ADDRFAMILY */ +#endif /* EAI_NONAME */ /* flags for getaddrinfo() */ |
