[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.30 and 1.31

version 1.30, 2008/11/03 15:42:35 version 1.31, 2009/07/28 16:05:04
Line 178 
Line 178 
                         }                          }
                         puts("Unknown tilde escape.");                          puts("Unknown tilde escape.");
                         break;                          break;
                 case 'C':  
                         /*  
                          * Dump core.  
                          */  
                         core(NULL);  
                         break;  
                 case '!':                  case '!':
                         /*                          /*
                          * Shell escape, send the balance of the                           * Shell escape, send the balance of the

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31