[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.7 and 1.8

version 1.7, 2001/07/04 06:31:25 version 1.8, 2002/02/16 21:27:46
Line 52 
Line 52 
 #include <errno.h>  #include <errno.h>
 #include <unistd.h>  #include <unistd.h>
   
 static void usage __P((void));  static void usage(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.7  
changed lines
  Added in v.1.8