X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d45c3d28d788129428036fd7f26fa417beccd93e..e42523dbf5820c4d1b0c3496b2d6a226fb31832e:/uip/rcvtty.c diff --git a/uip/rcvtty.c b/uip/rcvtty.c index 6c08dae2..8ce068d6 100644 --- a/uip/rcvtty.c +++ b/uip/rcvtty.c @@ -207,9 +207,7 @@ main (int argc, char **argv) static void alrmser (int i) { -#ifndef RELIABLE_SIGNALS - SIGNAL (SIGALRM, alrmser); -#endif + NMH_UNUSED (i); longjmp (myctx, 1); } @@ -219,7 +217,8 @@ static int message_fd (char **vec) { pid_t child_id; - int bytes, fd, seconds; + int bytes, seconds; + volatile int fd; char tmpfil[BUFSIZ]; struct stat st;