Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 12/14/1995 12:00:03
jtc
Thu Dec 14 11:51:29 EST 1995
Update of /a/cvsroot/src/lib/libc/gen
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv11584

Modified Files:
	exec.c 
Log Message:
Changed to use alloca() instead of malloc() to allocate argument vectors.
Programs that don't use malloc()/free() (ie. provide their own allocation
scheme atop sbrk()) should still be able to use exec*.