summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'release/sysinstall/system.c')
-rw-r--r--release/sysinstall/system.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/release/sysinstall/system.c b/release/sysinstall/system.c
index 80162f1..5aa7f0c 100644
--- a/release/sysinstall/system.c
+++ b/release/sysinstall/system.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: system.c,v 1.63 1996/08/01 10:58:54 jkh Exp $
+ * $Id: system.c,v 1.64 1996/09/26 21:07:08 pst Exp $
*
* Jordan Hubbard
*
@@ -58,7 +58,6 @@ systemInitialize(int argc, char **argv)
{
int i;
-
signal(SIGINT, SIG_IGN);
globalsInit();
@@ -158,7 +157,6 @@ systemDisplayHelp(char *file)
{
char *fname = NULL;
char buf[FILENAME_MAX];
- WINDOW *old = savescr();
int ret = 0;
fname = systemHelpFile(file, buf);
@@ -174,7 +172,6 @@ systemDisplayHelp(char *file)
use_helpline(NULL);
dialog_textbox(file, fname, LINES, COLS);
}
- restorescr(old);
return ret;
}
OpenPOWER on IntegriCloud