comparison src/process.c @ 56713:7e315ff338bf

(process_send_signal): Use CDISABLE.
author Kim F. Storm <storm@cua.dk>
date Thu, 19 Aug 2004 10:08:00 +0000
parents e327231e4361
children c126b8b6a314
comparison
equal deleted inserted replaced
56712:156b4e2a6307 56713:7e315ff338bf
5592 sig_char = &t.c_cc[VSUSP]; 5592 sig_char = &t.c_cc[VSUSP];
5593 #endif 5593 #endif
5594 break; 5594 break;
5595 } 5595 }
5596 5596
5597 #ifndef _POSIX_VDISABLE 5597 if (sig_char && *sig_char != CDISABLE)
5598 #ifdef CVDISABLE
5599 #define _POSIX_VDISABLE CVDISABLE
5600 #else
5601 #define _POSIX_VDISABLE '\0'
5602 #endif
5603 #endif
5604
5605 if (sig_char && *sig_char != _POSIX_VDISABLE)
5606 send_process (proc, sig_char, 1, Qnil); 5598 send_process (proc, sig_char, 1, Qnil);
5607 return; 5599 return;
5608 #else /* ! HAVE_TERMIOS */ 5600 #else /* ! HAVE_TERMIOS */
5609 5601
5610 /* On Berkeley descendants, the following IOCTL's retrieve the 5602 /* On Berkeley descendants, the following IOCTL's retrieve the