Convert to ANSI C

This commit is contained in:
Todd C. Miller
2010-03-04 20:18:22 -05:00
parent 6470a057e1
commit c857c74e3a
14 changed files with 55 additions and 117 deletions

View File

@@ -583,8 +583,7 @@ disable_coredumps(void)
* Cleanup hook for error()/errorx()
*/
void
cleanup(gotsignal)
int gotsignal;
cleanup(int gotsignal)
{
#if 0 /* XXX */
struct sudo_nss *nss;