---

 25-akpm/drivers/char/sx.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/char/sx.c~move-job-control-stuff-tosignal_struct-sx-fix drivers/char/sx.c
--- 25/drivers/char/sx.c~move-job-control-stuff-tosignal_struct-sx-fix	2004-03-12 04:58:48.876185936 -0800
+++ 25-akpm/drivers/char/sx.c	2004-03-12 04:58:53.897422592 -0800
@@ -1420,7 +1420,7 @@ static int sx_open  (struct tty_struct *
 
 	line = tty->index;
 	sx_dprintk (SX_DEBUG_OPEN, "%d: opening line %d. tty=%p ctty=%p, np=%d)\n", 
-	            current->pid, line, tty, current->tty, sx_nports);
+	            current->pid, line, tty, current->signal->tty, sx_nports);
 
 	if ((line < 0) || (line >= SX_NPORTS) || (line >= sx_nports))
 		return -ENODEV;

_