From ce7f605ba7d119d7aae336117a306167ede44916 Mon Sep 17 00:00:00 2001 From: "Thomas Bushnell, BSG" Date: Tue, 8 Oct 1996 18:38:08 +0000 Subject: *** empty log message *** Tue Oct 8 13:58:31 1996 Thomas Bushnell, n/BSG * hurd/ports-get.c (_hurd_ports_get): If the requested port is null, don't attempt mach_port_mod_refs. --- hurd/hurdsig.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hurd/hurdsig.c') diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c index 1da3fa580d..1f58d13436 100644 --- a/hurd/hurdsig.c +++ b/hurd/hurdsig.c @@ -1024,6 +1024,7 @@ signal_allowed (int signo, mach_port_t refport) case SIGINFO: case SIGTTIN: case SIGTTOU: + case SIGWINCH: /* Job control signals can be sent by the controlling terminal. */ if (__USEPORT (CTTYID, port == refport)) goto win; -- cgit 1.4.1