Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Sep 2000 23:04:17 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys libkern.h
Message-ID:  <200009030604.XAA33902@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2000/09/02 23:04:17 PDT

  Modified files:
    sys/sys              libkern.h 
  Log:
  libkern.h now internally uses the bzero() definition from sys/systm.h.
  This is kinda important since the bzero symbol on i386 is not a function
  but a function pointer..  If memset() tried to call it as though it were
  a function, things would be less than satisfactory.  In reality though
  this was not an actual problem and just caused compile warnings.
  
  Revision  Changes    Path
  1.22      +2 -1      src/sys/sys/libkern.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009030604.XAA33902>