Date: Fri, 28 Jul 2000 17:16:28 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exit.c makesyscalls.sh syscalls.master src/sys/alpha/osf1 syscalls.master src/sys/i386/ibcs2 syscalls.master src/sys/i386/linux syscalls.master src/sys/svr4 syscalls.master Message-ID: <200007290016.RAA70004@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2000/07/28 17:16:28 PDT
Modified files:
sys/kern kern_exit.c makesyscalls.sh
syscalls.master
sys/alpha/osf1 syscalls.master
sys/i386/ibcs2 syscalls.master
sys/i386/linux syscalls.master
sys/svr4 syscalls.master
Log:
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.
Revision Changes Path
1.99 +3 -3 src/sys/kern/kern_exit.c
1.42 +1 -3 src/sys/kern/makesyscalls.sh
1.80 +2 -2 src/sys/kern/syscalls.master
1.3 +2 -2 src/sys/alpha/osf1/syscalls.master
1.11 +2 -2 src/sys/i386/ibcs2/syscalls.master
1.33 +2 -2 src/sys/i386/linux/syscalls.master
1.9 +2 -2 src/sys/svr4/syscalls.master
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007290016.RAA70004>
