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

Diff for /src/usr.bin/sort/Attic/files.c between version 1.7 and 1.8

version 1.7, 2001/02/04 21:27:00 version 1.8, 2002/02/16 21:27:52
Line 49 
Line 49 
   
 #include <string.h>  #include <string.h>
   
 static int      seq __P((FILE *, DBT *, DBT *));  static int      seq(FILE *, DBT *, DBT *);
   
 /*  /*
  * this is the subroutine for file management for fsort().   * this is the subroutine for file management for fsort().

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8