CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/05/23 13:02:49
Modified files:
usr.sbin/ldpctl: ldpctl.c parser.c
Log message:
Replace legacy bzero and bcopy by memset and memcpy.
bzero(), bcopy() and bcmp() were deprecated in POSIX.1-2001 and removed
in POSIX.1-2008 in deference to memset(), memcpy() and memcmp().
