Subject: CVS commit: src/sys/lib/libkern/arch/i386
To: None <source-changes@NetBSD.org>
From: Bang Jun-Young <junyoung@netbsd.org>
List: source-changes
Date: 10/26/2003 14:39:35
Module Name:	src
Committed By:	junyoung
Date:		Sun Oct 26 14:39:35 UTC 2003

Removed Files:
	src/sys/lib/libkern/arch/i386: bcmp.S bcopy.S bzero.S

Log Message:
Goodbye to bcmp.S, bcopy.S, and bzero.S. They are defined as macros in
sys/systm.h.


To generate a diff of this commit:
cvs rdiff -r1.6 -r0 src/sys/lib/libkern/arch/i386/bcmp.S
cvs rdiff -r1.4 -r0 src/sys/lib/libkern/arch/i386/bcopy.S
cvs rdiff -r1.7 -r0 src/sys/lib/libkern/arch/i386/bzero.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.