]> diplodocus.org Git - nmh/blobdiff - uip/rcvtty.c
Fix two errors in the conversion to m_mktemp2():
[nmh] / uip / rcvtty.c
index 6c08dae28d9508bfcdc4a78382d6bda73d0f7078..5a3093be804166666d78266495bc879199bef9a0 100644 (file)
@@ -207,10 +207,6 @@ main (int argc, char **argv)
 static void
 alrmser (int i)
 {
-#ifndef RELIABLE_SIGNALS
-    SIGNAL (SIGALRM, alrmser);
-#endif
-
     longjmp (myctx, 1);
 }