CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/07/19 11:52:28
Removed files:
usr.sbin/nsd/compat: basename.c fake-rfc2553.c fake-rfc2553.h
inet_aton.c inet_ntop.c inet_pton.c
malloc.c memcmp.c memcmp.h memmove.c
pselect.c snprintf.c strlcat.c strlcpy.c
strptime.c
Log message:
remove unused compat files, ok florian@
b64_{ntop,pton} remain for now, they are in libc as __b64_{ntop,pton}
but to use this we either need to pull in resolv.h (which does "#define
b64_ntop __b64_ntop") or access the __ versions directly (as done in ssh).