[BACK]Return to collect.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mail

Diff for /src/usr.bin/mail/collect.c between version 1.9 and 1.10

version 1.9, 1997/07/14 15:56:23 version 1.10, 1997/07/22 18:26:24
Line 152 
Line 152 
         longline = 0;          longline = 0;
   
         if (!sigsetjmp(colljmp, 1)) {          if (!sigsetjmp(colljmp, 1)) {
                 if (getsub)                  if (getsub && grabh(hp, GSUBJECT) == SIGINT) {
                         grabh(hp, GSUBJECT);                          fflush(stdout);
                           fputs("\n(Interrupt -- one more to kill letter)\n",
                               stderr);
                           if (grabh(hp, GSUBJECT) == SIGINT) {
                                   hadintr++;
                                   collint(SIGINT);
                                   exit(1);
                           }
                   }
         } else {          } else {
                 /*                  /*
                  * Come here for printing the after-signal message.                   * Come here for printing the after-signal message.

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10