Subject: Re: linux audio code
To: None <current-users@NetBSD.ORG>
From: der Mouse <mouse@Collatz.McRCIM.McGill.EDU>
List: current-users
Date: 03/12/1996 13:39:37
My two cents, for what they're worth, on this Linux compatability stuff
calling memset() in the kernel: If the memset call specifies zero as
the fill byte, it should be changed to bzero.  If not, it should be
changed to either some file-specific fill routine or, if there is call
for it, a memset analog after the style of the b* routines - I have
been calling such a thing bfill() in user-land for some time....

					der Mouse

			    mouse@collatz.mcrcim.mcgill.edu