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

Diff for /src/usr.bin/mail/def.h between version 1.7 and 1.8

version 1.7, 2001/01/16 05:36:08 version 1.8, 2001/11/20 20:50:00
Line 271 
Line 271 
 #define CSEND           2               /* Execute in send mode only */  #define CSEND           2               /* Execute in send mode only */
   
 /*  /*
  * Kludges to handle the change from setexit / reset to sigsetjmp / siglongjmp  
  */  
   
 #define setexit()       sigsetjmp(srbuf, 1)  
 #define reset(x)        siglongjmp(srbuf, x)  
   
 /*  
  * Truncate a file to the last character written. This is   * Truncate a file to the last character written. This is
  * useful just before closing an old file that was opened   * useful just before closing an old file that was opened
  * for read/write.   * for read/write.

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8