diff options
| author | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-02-08 05:12:45 +0000 |
|---|---|---|
| committer | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-02-08 05:12:45 +0000 |
| commit | 12cefbcc20c8a4c7a1ae2871cb85a3fb050c4c19 (patch) | |
| tree | cb4274d8c221df25c90cff87eb5b3a66de266f78 | |
| parent | e87073800829484c2132ee4a2404c0245c8808a3 (diff) | |
Notes
| -rw-r--r-- | include/netdb.h | 2 |
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)); |
