summaryrefslogtreecommitdiffstats
path: root/include/netdb.h
diff options
context:
space:
mode:
authorshin <shin@FreeBSD.org>2000-02-08 05:12:45 +0000
committershin <shin@FreeBSD.org>2000-02-08 05:12:45 +0000
commit63ef3be5d669e165f90e2d89ee573360bf7bc754 (patch)
tree68a0f3b0c9bd5b1d54ec8b5ae9576059d2408238 /include/netdb.h
parenta430a5bc0039feec5eab619494fd4fa2ee944a40 (diff)
downloadFreeBSD-src-63ef3be5d669e165f90e2d89ee573360bf7bc754.zip
FreeBSD-src-63ef3be5d669e165f90e2d89ee573360bf7bc754.tar.gz
Change IPv6 address scope delimeter from '@' to '%' as recent KAME change.
'@' conflicts with existing notations such as user@host, so '%' is better. Approved by: jkh Obtained from: KAME project
Diffstat (limited to 'include/netdb.h')
-rw-r--r--include/netdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netdb.h b/include/netdb.h
index 4206c73..7d43899 100644
--- a/include/netdb.h
+++ b/include/netdb.h
@@ -190,7 +190,7 @@ struct addrinfo {
/*
* Scope delimit character
*/
-#define SCOPE_DELIMITER '@'
+#define SCOPE_DELIMITER '%'
__BEGIN_DECLS
void endhostent __P((void));
OpenPOWER on IntegriCloud