Subject: Re: linux audio code
To: None <Chris_G_Demetriou@NIAGARA.NECTAR.CS.CMU.EDU>
From: Frank van der Linden <frank@fwi.uva.nl>
List: current-users
Date: 03/11/1996 10:47:54
Quoting Chris_G_Demetriou@NIAGARA.NECTAR.CS.CMU.EDU,

> Do you use open() in the kernel?  Do you use fprintf() in the
> kernel?  (I've seen people try both, and worse...)

Ok. These ones are obvious.. It didn't even occur to me that there are
people who actually want to use those beasts inside the kernel :-)

I agree that if memset() is added, for consistency and other reasons
it would be better to move to mem* entirely. Although that would
break imported device drivers etc.

- Frank