Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/27/1997 23:20:09
thorpej
Mon Oct 27 15:16:43 PST 1997
Update of /cvsroot/src/usr.bin/xinstall
In directory netbsd1:/var/slash-tmp/cvs-serv5872

Modified Files:
	xinstall.c 
Log Message:
In strip():
- Use the saved errno to print the error message if the vfork() fails.
- In the child, if the execl() fails, use warn()/_exit(), not err(),
  as the latter is not safe in the presence of a Real vfork().