git: 10d872339ae0 - main - corrected RFC numbers in comments to proper ones
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 29 Sep 2022 10:58:38 UTC
The branch main has been updated by ume: URL: https://cgit.FreeBSD.org/src/commit/?id=10d872339ae0d6dafb3ed9303a7a2043e636e9e5 commit 10d872339ae0d6dafb3ed9303a7a2043e636e9e5 Author: Hajimu UMEMOTO <ume@FreeBSD.org> AuthorDate: 2022-09-29 10:57:59 +0000 Commit: Hajimu UMEMOTO <ume@FreeBSD.org> CommitDate: 2022-09-29 10:57:59 +0000 corrected RFC numbers in comments to proper ones --- include/netdb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/netdb.h b/include/netdb.h index 731e7f7376b5..93e0ebae4718 100644 --- a/include/netdb.h +++ b/include/netdb.h @@ -162,7 +162,7 @@ struct addrinfo { * Error return codes from gai_strerror(3), see RFC 3493. */ #if 0 -/* Obsoleted on RFC 2553bis-02 */ +/* Obsoleted on RFC 3493 */ #define EAI_ADDRFAMILY 1 /* address family for hostname not supported */ #endif #define EAI_AGAIN 2 /* name could not be resolved at this time */ @@ -171,7 +171,7 @@ struct addrinfo { #define EAI_FAMILY 5 /* address family not recognized */ #define EAI_MEMORY 6 /* memory allocation failure */ #if 0 -/* Obsoleted on RFC 2553bis-02 */ +/* Obsoleted on RFC 3493 */ #define EAI_NODATA 7 /* no address associated with hostname */ #endif #define EAI_NONAME 8 /* name does not resolve */