Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 04/24/1997 19:00:03
christos
Thu Apr 24 14:54:18 EDT 1997
Update of /cvsroot/src/lib/libedit
In directory netbsd1:/var/slash-tmp/cvs-serv20726

Modified Files:
	el.c 
Log Message:
Handle properly the case where the last line in the sourced file does
not have a trailing '\n'. From Jeffrey C Honig.


kleink
Thu Apr 24 11:55:53 PDT 1997
Update of /cvsroot/src/lib/libc/gen
In directory netbsd1:/var/slash-tmp/cvs-serv20729

Modified Files:
	execvp.c 
Log Message:
POSIX.1/stopgap measure: if "" is to be executed, fail with ENOENT
immediately as there is no way for namei() to deal with this when
traversing $PATH.