Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 03/31/1999 10:14:28
Module Name:	src
Committed By:	kleink
Date:		Wed Mar 31 18:14:28 UTC 1999

Modified Files:
	src/lib/libc/arch/sparc: SYS.h
	src/lib/libc/arch/sparc/sys: brk.S cerror.S sbrk.S
Log Message:
While in transition, conditionally rename _ASM_LABEL(cerror) and
_ASM_LABEL(curbrk) to _C_LABEL(__cerror) and _C_LABEL(__curbrk), respectively,
depending on the object format chosen, to avoid user namespace clashes.