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

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


commit 581fc4281d3521287574ad23c5a22d9f65e8d594
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/581fc4281d3521287574ad23c5a22d9f65e8d594


-- 
DragonFly BSD source repository



More information about the Commits mailing list