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

Diff for /src/usr.bin/mail/cmd1.c between version 1.17 and 1.18

version 1.17, 2001/01/16 05:36:08 version 1.18, 2001/06/23 23:04:21
Line 344 
Line 344 
 {  {
         int nlines, *ip;          int nlines, *ip;
         struct message *mp;          struct message *mp;
         char *cp;          char * volatile cp;
         FILE *obuf;          FILE * volatile obuf;
   
 #if __GNUC__  
         /* Avoid siglongjmp clobbering */  
         (void)&cp;  
         (void)&obuf;  
 #endif  
   
         obuf = stdout;          obuf = stdout;
         if (sigsetjmp(pipestop, 1))          if (sigsetjmp(pipestop, 1))

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18