Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: source-changes
Date: 10/17/1998 10:14:02
Module Name:	src
Committed By:	itohy
Date:		Sat Oct 17 17:14:02 UTC 1998

Modified Files:
	src/gnu/usr.bin/ld/arch/m68k: md.c
Log Message:
Correct return value of md_midcompat().

Modified Files:
	src/gnu/usr.bin/ld/ld: lib.c
Log Message:
Correct return value of md_midcompat().
1. The 1st arg of sprintf() shall be nul terminated
(The C specification can read as such and our implementation of sprintf()
issues strlen() to the arg).
2. Eliminate memory leaks.