diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-10-21 20:11:47 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-10-21 20:11:47 +0000 |
| commit | d24cb2490d10a6abfd24c7bba65db9a7dc011715 (patch) | |
| tree | 88df25c0dd2a0863fe049f3df815c6e7ba0ce36d /include/netdb.h | |
| parent | 9a4f9608add4cee5c61b6e9bd4bca6643cebafe5 (diff) | |
Notes
Diffstat (limited to 'include/netdb.h')
| -rw-r--r-- | include/netdb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/netdb.h b/include/netdb.h index 4fb0aa856471d..cf557396887c1 100644 --- a/include/netdb.h +++ b/include/netdb.h @@ -195,7 +195,9 @@ struct addrinfo { #define NI_NAMEREQD 0x00000004 #define NI_NUMERICSERV 0x00000008 #define NI_DGRAM 0x00000010 +#if 1 /* obsolete */ #define NI_WITHSCOPEID 0x00000020 +#endif /* * Scope delimit character |
