From 52d3d728667e0146427d1548bb17fcc282de9902 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Thu, 12 Oct 2017 10:16:06 +0200 Subject: [PATCH] : Adjust comment a bit. --- include/netdb.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/netdb.h b/include/netdb.h index d92cefc023..8db0f35892 100644 --- a/include/netdb.h +++ b/include/netdb.h @@ -192,8 +192,7 @@ struct addrinfo { #define NI_NAMEREQD 0x00000004 #define NI_NUMERICSERV 0x00000008 #define NI_DGRAM 0x00000010 -/* XXX deprecated */ -#define NI_WITHSCOPEID 0x00000020 +#define NI_WITHSCOPEID 0x00000020 /* XXX deprecated */ #define NI_NUMERICSCOPE 0x00000040 -- 2.41.0