Call exit(0), not exit.

This commit is contained in:
Alexander Kabaev 2003-04-29 19:53:00 +00:00
parent c7f3baedf3
commit 1c7cddaba9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114252

View File

@ -1909,7 +1909,7 @@ bye () {
#ifdef UNIX
stty(0,&sgttyOrg);
#endif
exit();
exit(0);
}
#ifdef UNIX