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

Diff for /src/usr.bin/sed/process.c between version 1.14 and 1.15

version 1.14, 2008/10/07 21:51:37 version 1.15, 2009/10/27 23:59:43
Line 33 
Line 33 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 /* from: static char sccsid[] = "@(#)process.c  8.1 (Berkeley) 6/6/93"; */  
 static const char rcsid[] = "$OpenBSD$";  
 #endif /* not lint */  
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/stat.h>  #include <sys/stat.h>
 #include <sys/ioctl.h>  #include <sys/ioctl.h>

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15