CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/01/10 05:44:54
Modified files:
usr.bin/nc : netcat.c socks.c
Log message:
Revert back previous commit and stop including strings.h
Use memset(3) instead of bzero(3) since POSIX recommends using the former and
because it's also more portable (conforms to ANSI C standard)
OK tedu@ tb@
