git: DragonFly_RELEASE_5_0 libc/net: Add NI_NUMERICSCOPE flag for getnameinfo().

Sascha Wildner swildner at crater.dragonflybsd.org
Thu Oct 12 01:14:21 PDT 2017


commit 750271bdfcc4e799ffb91862dc9ed3d29b3a0ae3
Author: Sascha Wildner <saw at online.de>
Date:   Thu Oct 12 10:13:31 2017 +0200

    libc/net: Add NI_NUMERICSCOPE flag for getnameinfo().
    
    Code to handle it is already present in getnameinfo() but we
    were missing the flag so far.
    
    See http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html

Summary of changes:
 include/netdb.h            | 1 +
 lib/libc/net/getnameinfo.3 | 7 +++++--
 lib/libc/net/getnameinfo.c | 2 --
 3 files changed, 6 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/750271bdfcc4e799ffb91862dc9ed3d29b3a0ae3


-- 
DragonFly BSD source repository


More information about the Commits mailing list