K 10 svn:author V 5 peter K 8 svn:date V 27 2000-07-29T00:16:28.000000Z K 7 svn:log V 262 Change the 'exit()' system call to 'sys_exit()'. This avoids overlapping gcc's internal exit() prototypes and the (futile) hackery that we did to try and avoid warnings. main() was renamed for similar reasons. Remove an exit related hack from makesyscalls.sh. END