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

Diff for /src/usr.bin/mail/popen.c between version 1.34 and 1.35

version 1.34, 2004/09/15 22:21:11 version 1.35, 2009/10/27 23:59:40
Line 30 
Line 30 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 #if 0  
 static const char sccsid[] = "@(#)popen.c       8.1 (Berkeley) 6/6/93";  
 #else  
 static const char rcsid[] = "$OpenBSD$";  
 #endif  
 #endif /* not lint */  
   
 #include "rcv.h"  #include "rcv.h"
 #include <sys/wait.h>  #include <sys/wait.h>
 #include <fcntl.h>  #include <fcntl.h>

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35