From owner-cvs-all Sat Sep 2 6:34:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B34BE37B422; Sat, 2 Sep 2000 06:34:52 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA54465; Sat, 2 Sep 2000 06:34:52 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200009021334.GAA54465@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 2 Sep 2000 06:34:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/awi awivar.h src/sys/sys libkern.h param.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/09/02 06:34:52 PDT Modified files: sys/dev/awi awivar.h sys/sys libkern.h param.h Log: Bite the bullet and provde memcmp() and memset(), this will be cheaper than all the copy&paste versions we already have :-( Revision Changes Path 1.6 +1 -17 src/sys/dev/awi/awivar.h 1.21 +21 -1 src/sys/sys/libkern.h 1.80 +1 -10 src/sys/sys/param.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message