[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.5 and 1.6

version 1.5, 1999/07/23 13:56:18 version 1.6, 2000/11/07 02:45:42
Line 51 
Line 51 
 #include <errno.h>  #include <errno.h>
 #include <unistd.h>  #include <unistd.h>
   
 static void usage ();  static void usage __P((void));
   
 /*  /*
  * head - give the first few lines of a stream or of each of a set of files   * head - give the first few lines of a stream or of each of a set of files

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6