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

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

version 1.2, 1996/05/21 21:51:18 version 1.3, 1996/06/26 05:34:29
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 43 
Line 45 
   
 #ifndef lint  #ifndef lint
 /*static char sccsid[] = "from: @(#)indent.c    5.16 (Berkeley) 2/26/91";*/  /*static char sccsid[] = "from: @(#)indent.c    5.16 (Berkeley) 2/26/91";*/
 static char rcsid[] = "$Id$";  static char rcsid[] = "$OpenBSD$";
 #endif /* not lint */  #endif /* not lint */
   
 #include <sys/param.h>  #include <sys/param.h>

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