Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 12/31/1997 06:20:02
thorpej
Tue Dec 30 22:12:22 PST 1997
Update of /cvsroot/src/usr.bin/tn3270/sys_curses
In directory netbsd1:/var/slash-tmp/cvs-serv17384

Modified Files:
	system.c 
Log Message:
Change a couple of exit()s to _exit(), so that they're safe for vfork().


thorpej
Tue Dec 30 22:13:25 PST 1997
Update of /cvsroot/src/usr.bin/vacation
In directory netbsd1:/var/slash-tmp/cvs-serv17641

Modified Files:
	vacation.c 
Log Message:
Change an exit() -> _exit(), so that it's safe for vfork().