Mercurial > hg > xemacs-beta
diff src/process-unix.c @ 274:ca9a9ec9c1c1 r21-0b35
Import from CVS: tag r21-0b35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:29:42 +0200 |
parents | c5d627a313b1 |
children | 90d73dddcdc4 |
line wrap: on
line diff
--- a/src/process-unix.c Mon Aug 13 10:28:54 2007 +0200 +++ b/src/process-unix.c Mon Aug 13 10:29:42 2007 +0200 @@ -1358,7 +1358,7 @@ #if defined (TIOCSIGNAL) || defined (TIOCSIGSEND) if (current_group) { -#ifdef (TIOCSIGNAL) +#ifdef TIOCSIGNAL kill_retval = ioctl (UNIX_DATA(p)->infd, TIOCSIGNAL, signo); #else /* ! defined (TIOCSIGNAL) */ kill_retval = ioctl (UNIX_DATA(p)->infd, TIOCSIGSEND, signo);