Get rid of all "#if 0" content.

This commit is contained in:
"Robert P. J. Day"
2006-07-01 14:30:28 +00:00
parent 68229837ff
commit 177c9f3128
4 changed files with 0 additions and 121 deletions

View File

@ -2547,11 +2547,6 @@ onint(void) {
int i;
intpending = 0;
#if 0
/* comment by vodz: its strange for me, this programm don`t use other
signal block */
sigsetmask(0);
#endif
i = EXSIG;
if (gotsig[SIGINT - 1] && !trap[SIGINT]) {
if (!(rootshell && iflag)) {