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

Diff for /src/usr.bin/mail/send.c between version 1.21 and 1.22

version 1.21, 2008/07/16 15:14:33 version 1.22, 2009/10/27 23:59:40
Line 30 
Line 30 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 #if 0  
 static const char sccsid[] = "@(#)send.c        8.1 (Berkeley) 6/6/93";  
 #else  
 static const char rcsid[] = "$OpenBSD$";  
 #endif  
 #endif /* not lint */  
   
 #include "rcv.h"  #include "rcv.h"
 #include "extern.h"  #include "extern.h"
   

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22