Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc



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.




Home | Main Index | Thread Index | Old Index