Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 07/03/2000 16:01:02
Module Name:	basesrc
Committed By:	matt
Date:		Mon Jul  3 23:01:02 UTC 2000

Modified Files:
	basesrc/lib/csu/common_elf: common.c common.h

Log Message:
__syscall takes a quad_t as its first argument, not an int.
_strrchr takes an int (due to promotion) as its third arg.
don't print the null byte at the end of string.
error messages should end with a linefeed.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 basesrc/lib/csu/common_elf/common.c
cvs rdiff -r1.6 -r1.7 basesrc/lib/csu/common_elf/common.h

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