diff --git a/clients/ud/edit.c b/clients/ud/edit.c index 88fe0b613a..891f2e7c87 100644 --- a/clients/ud/edit.c +++ b/clients/ud/edit.c @@ -187,7 +187,7 @@ load_editor( void ) } else if (pid > 0) { /* parent - wait until the child proc is done editing */ - void (*handler)(); + RETSIGTYPE (*handler)(); handler = SIGNAL(SIGINT, SIG_IGN); (void) wait(&status); (void) SIGNAL(SIGINT, handler);