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

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

version 1.17, 2008/07/15 19:23:26 version 1.18, 2009/10/27 23:59:40
Line 30 
Line 30 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 #if 0  
 static const char sccsid[] = "@(#)list.c        8.4 (Berkeley) 5/1/95";  
 #else  
 static const char rcsid[] = "$OpenBSD$";  
 #endif  
 #endif /* not lint */  
   
 #include "rcv.h"  #include "rcv.h"
 #include <ctype.h>  #include <ctype.h>
 #include "extern.h"  #include "extern.h"

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