Subject: CVS commit: src/sbin/modload
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/11/2004 18:42:37
Module Name:	src
Committed By:	jdolecek
Date:		Wed Feb 11 18:42:37 UTC 2004

Modified Files:
	src/sbin/modload: a.out.c elf.c modload.c modload.h

Log Message:
it's not correct to use MAXPATHNAME-sized buffer for link command, as
pointed out by Klaus Klein (original idea was that it should hold at least
the pathname ...); instead, let the ELF and a.out backends allocate memory
for the link command, and get rid of the fixed size buffer altogether


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sbin/modload/a.out.c
cvs rdiff -r1.15 -r1.16 src/sbin/modload/elf.c
cvs rdiff -r1.42 -r1.43 src/sbin/modload/modload.c
cvs rdiff -r1.5 -r1.6 src/sbin/modload/modload.h

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