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

Diff for /src/usr.bin/indent/io.c between version 1.1 and 1.2

version 1.1, 1995/10/18 08:45:25 version 1.2, 1996/06/26 05:34:31
Line 1 
Line 1 
   /*      $OpenBSD$       */
   
 /*  /*
  * Copyright (c) 1985 Sun Microsystems, Inc.   * Copyright (c) 1985 Sun Microsystems, Inc.
  * Copyright (c) 1980 The Regents of the University of California.   * Copyright (c) 1980 The Regents of the University of California.
Line 35 
Line 37 
   
 #ifndef lint  #ifndef lint
 /*static char sccsid[] = "from: @(#)io.c        5.15 (Berkeley) 2/26/91";*/  /*static char sccsid[] = "from: @(#)io.c        5.15 (Berkeley) 2/26/91";*/
 static char rcsid[] = "$Id$";  static char rcsid[] = "$OpenBSD$";
 #endif /* not lint */  #endif /* not lint */
   
 #include <stdio.h>  #include <stdio.h>

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