]> granicus.if.org Git - sudo/commit
Change 2 Exit() -> exit()
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 2 Nov 2001 17:52:12 +0000 (17:52 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 2 Nov 2001 17:52:12 +0000 (17:52 +0000)
commit717eb3fdf2374c28e853468dccffd214b59e75c7
treec3efed5277de84ffce233a6b83dc8c31e3db5418
parent1fbc786d664e59bff58917660f1defe0d847e5b8
Change 2 Exit() -> exit()
Avoid stdio in Exit() and call _exit() if we are a signal handler.
We no longer print the signal number but the user can just check the
exit value for that.
visudo.c