X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Frcvtty.c;h=5a3093be804166666d78266495bc879199bef9a0;hb=f475d48680eb8bb0b6543efab9057eba2773666e;hp=6c08dae28d9508bfcdc4a78382d6bda73d0f7078;hpb=d45c3d28d788129428036fd7f26fa417beccd93e;p=mmh diff --git a/uip/rcvtty.c b/uip/rcvtty.c index 6c08dae..5a3093b 100644 --- a/uip/rcvtty.c +++ b/uip/rcvtty.c @@ -207,10 +207,6 @@ main (int argc, char **argv) static void alrmser (int i) { -#ifndef RELIABLE_SIGNALS - SIGNAL (SIGALRM, alrmser); -#endif - longjmp (myctx, 1); }