diff options
Diffstat (limited to 'sunrpc/xdr_array.c')
-rw-r--r-- | sunrpc/xdr_array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/xdr_array.c b/sunrpc/xdr_array.c index a58fade734..a049b2d27d 100644 --- a/sunrpc/xdr_array.c +++ b/sunrpc/xdr_array.c @@ -99,7 +99,7 @@ xdr_array (xdrs, addrp, sizep, maxsize, elsize, elproc) "xdr_array: out of memory\n"); return FALSE; } - bzero (target, nodesize); + __bzero (target, nodesize); break; case XDR_FREE: |