Subject: CVS commit: basesrc/lib/libc/gen
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 12/08/2001 02:31:00
Module Name:	basesrc
Committed By:	enami
Date:		Sat Dec  8 00:31:00 UTC 2001

Modified Files:
	basesrc/lib/libc/gen: execvp.c

Log Message:
Use memcpy instead of memmove since no overlaps here (copy from somewhere
outside of the funciton to our stack).


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 basesrc/lib/libc/gen/execvp.c

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