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

Diff for /src/usr.bin/sed/main.c between version 1.2 and 1.3

version 1.2, 1996/05/21 21:50:46 version 1.3, 1996/06/26 05:39:07
Line 1 
Line 1 
   /*      $OpenBSD$       */
   
 /*-  /*-
  * Copyright (c) 1992 Diomidis Spinellis.   * Copyright (c) 1992 Diomidis Spinellis.
  * Copyright (c) 1992, 1993   * Copyright (c) 1992, 1993
Line 43 
Line 45 
   
 #ifndef lint  #ifndef lint
 /* from: static char sccsid[] = "@(#)main.c     8.2 (Berkeley) 1/3/94"; */  /* from: static char sccsid[] = "@(#)main.c     8.2 (Berkeley) 1/3/94"; */
 static char *rcsid = "$Id$";  static char *rcsid = "$OpenBSD$";
 #endif /* not lint */  #endif /* not lint */
   
 #include <sys/types.h>  #include <sys/types.h>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3