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

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

version 1.1, 1995/10/18 08:45:23 version 1.2, 1996/06/26 05:34:15
Line 1 
Line 1 
   /*      $OpenBSD$       */
   
 /*  /*
  * Copyright (c) 1980, 1987 Regents of the University of California.   * Copyright (c) 1980, 1987 Regents of the University of California.
  * All rights reserved.   * All rights reserved.
Line 39 
Line 41 
   
 #ifndef lint  #ifndef lint
 /*static char sccsid[] = "from: @(#)head.c      5.5 (Berkeley) 6/1/90";*/  /*static char sccsid[] = "from: @(#)head.c      5.5 (Berkeley) 6/1/90";*/
 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