We are making POSIX signal support a requirement.
[mmh] / uip / prompter.c
index 2f39f29..6c780d4 100644 (file)
@@ -397,10 +397,6 @@ getln(char *buffer, int n)
 static void
 intrser(int i)
 {
-#ifndef RELIABLE_SIGNALS
-       SIGNAL(SIGINT, intrser);
-#endif
-
        if (wtuser)
                longjmp(sigenv, NOTOK);
        sigint++;