OSDN Git Service

Based on a patch from Alexandre Oliva, remove all reference to 'bzero' (which
authorEric Andersen <andersen@codepoet.org>
Thu, 18 Mar 2004 11:28:51 +0000 (11:28 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 18 Mar 2004 11:28:51 +0000 (11:28 -0000)
commitada7878ba0d097b798277aaa095e9d935a64fa99
tree1d202eb0bb53ff5167d8ab91ac90e48034920438
parent0c91a787b60e3a8804c1001724b039a0b80c7bb4
Based on a patch from Alexandre Oliva, remove all reference to 'bzero' (which
is not a SuSv3 symbol).  Rather than using __bzero internally per Alexandre's
original patch, use memset instead.
libc/inet/rpc/bindresvport.c
libc/inet/rpc/clnt_generic.c
libc/inet/rpc/pmap_rmt.c
libc/inet/rpc/svc_simple.c
libc/inet/rpc/svc_tcp.c
libc/inet/rpc/svc_udp.c
libc/inet/rpc/xdr_array.c
libc/inet/rpc/xdr_reference.c
libc/string/wstring.c
libc/sysdeps/linux/common/poll.c
libutil/logout.c