Subject: Removing obsolete stuff from libkern
To: None <tech-kern@netbsd.org>
From: Bang Jun-Young <junyoung@netbsd.org>
List: tech-kern
Date: 10/26/2003 23:57:59
I just removed bcmp.S, bcopy.S, and bzero.S from libkern/i386. Other
ports seem to have them (while not using them at all), so the same
thing would be needed as well. I didn't that myself since I don't
have any non-x86 machine.

The next thing is removing index.S:
 - Declare index(9) as obsolete in the manpage. I couldn't find one
   for it, so it wouldn't be needed (or should I create one?).
 - Define index() as macros for strchr() in sys/systm.h.
 - Remove index.S from the tree.

Is it okay?

Jun-Young

-- 
Bang Jun-Young <junyoung@NetBSD.org>