aboutsummaryrefslogtreecommitdiff
path: root/compat/forkpty-irix.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat/forkpty-irix.c')
-rw-r--r--compat/forkpty-irix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/forkpty-irix.c b/compat/forkpty-irix.c
index 1e0f689e..c7809b68 100644
--- a/compat/forkpty-irix.c
+++ b/compat/forkpty-irix.c
@@ -1,4 +1,4 @@
-/* $Id: forkpty-irix.c,v 1.1 2008-06-23 21:54:48 nicm Exp $ */
+/* $Id: forkpty-irix.c,v 1.2 2008-09-26 06:45:28 nicm Exp $ */
/*
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -50,7 +50,7 @@ forkpty(int *master,
close(*master);
setsid();
-
+
old = signal(SIGHUP, SIG_IGN);
vhangup();
signal(SIGHUP, old);