OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Gilles Chehade (gillescvs.openbsd.org)
Date: Fri Jun 22 2012 - 14:13:38 CDT


CVSROOT: /cvs
Module name: src
Changes by: gillescvs.openbsd.org 2012/06/22 13:13:37

Modified files:
        lib/libc/net : inet_net_ntop.c inet_net_pton.c

Log message:
add support for AF_INET6 to inet_net_pton() and inet_net_ntop()
using inet_pton() and inet_ntop() as suggested by claudio

ok claudio