Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



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@localhost>.




Home | Main Index | Thread Index | Old Index