]> git.marmaro.de Git - mmh/blobdiff - uip/prompter.c
Added comment and removed whitespace.
[mmh] / uip / prompter.c
index 2f39f29d4cc1e72dbb6609164a37f38f986549ed..6db0455a58024838d6412c3ea06fbe84da78d753 100644 (file)
@@ -47,7 +47,7 @@ static struct swit switches[] = {
 #define NDOTSW  9
        { "nodoteof", 0 },
 #define VERSIONSW 10
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  11
        { "help", 0 },
        { NULL, 0 }
@@ -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++;