Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 02/12/1999 02:51:28
Module Name:	src
Committed By:	drochner
Date:		Fri Feb 12 10:51:28 UTC 1999

Modified Files:
	src/sys/lib/libsa: Makefile exit.c stand.h
Added Files:
	src/sys/lib/libsa: panic.c
Log Message:
We can't prototype exit() publically because it might take an argument or
not, depending on the port-specific environment.
Separate panic() and exit() so that the mi/default panic() can be used
without conflicting with a local exit() definition, move exit(void)
prototype to the default exit() implementation.
Closes PR bin/6990 by Wolfgang Helbig <helbig@Informatik.BA-Stuttgart.DE>.