DragonFly submit List (threaded) for 2004-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: style(9) sweep on config(8)
On Fri, 5 Mar 2004 01:39:14 +0100
Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxx> wrote:
> On Thu, Mar 04, 2004 at 07:04:04PM -0500, Dave Cuthbert wrote:
> > Chris Pressey wrote:
> > > o Use memset(ptr, 0, size) instead of bzero(ptr, size)
> >
> > Is there a reason why uses of bzero() should be changed to memset()?
>
> For the kernel, using bzero is fine. For the userland bzero is BSD
> specific function, while memset is ISO C89.
Well... you could say that config(8) is BSD specific, too. *shrug*
I just didn't think it was good style to have half the memory-zeroing
calls be to memset, while the other half were to bzero! :)
-Chris
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]