HomeFreeBSD

MFC r300625:

Description

MFC r300625:

Remove unnecessary memset(.., 0, ..)'s

The mem_alloc macro calls calloc (userspace) / malloc(.., M_WAITOK|M_ZERO)
under the covers, so zeroing out memory is already handled by the underlying
calls

Details

Provenance
ngieAuthored on
Parents
rS301679: Update to a June 8th snapshot of (un)vis form NetBSD.
Branches
Unknown
Tags
Unknown