aboutsummaryrefslogtreecommitdiff
path: root/include/netdb.h
diff options
context:
space:
mode:
authorYoshinobu Inoue <shin@FreeBSD.org>2000-02-08 05:12:45 +0000
committerYoshinobu Inoue <shin@FreeBSD.org>2000-02-08 05:12:45 +0000
commit12cefbcc20c8a4c7a1ae2871cb85a3fb050c4c19 (patch)
treecb4274d8c221df25c90cff87eb5b3a66de266f78 /include/netdb.h
parente87073800829484c2132ee4a2404c0245c8808a3 (diff)
downloadsrc-12cefbcc20c8a4c7a1ae2871cb85a3fb050c4c19.tar.gz
src-12cefbcc20c8a4c7a1ae2871cb85a3fb050c4c19.zip
Notes
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 4206c731dccf..7d43899ae6d0 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));