KERNEL STRCMP() MOVE
authorJulian Elischer <julian@dialix.oz.au>
Sun, 7 Feb 1993 00:00:00 +0000 (00:00 +0000)
committerJulian Elischer <julian@dialix.oz.au>
Sun, 7 Feb 1993 00:00:00 +0000 (00:00 +0000)
commit6746dea69c44153803a852e4512427af87046054
tree6ab0f8e8c91c0fafbbc43aa348ad717e5e34ee1b
parentfb92ec4c41a569706e8fb7f667cb58a9ac6d1a58
KERNEL STRCMP() MOVE

Originally ddb had the only copy of strcmp in the kernel so
other parts couldn't link if ddb wasn't compiled in. (e.g. the scsi
system) move strcmp to kern_subr where it belongs.

AUTHOR: Julians Elischer (julian@ref.tfs.com)
386BSD-Patchkit: patch00081
usr/src/sys.386bsd/ddb/db_command.c
usr/src/sys.386bsd/kern/kern_subr.c