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

Diff for /src/usr.bin/sort/Attic/fsort.h between version 1.8 and 1.9

version 1.8, 2007/03/07 18:11:03 version 1.9, 2007/03/11 00:38:01
Line 42 
Line 42 
 #define MAXFCT 1000  #define MAXFCT 1000
 #define MAXLLEN ((1 << min(POW-4, 16)) - 14)  #define MAXLLEN ((1 << min(POW-4, 16)) - 14)
   
 extern u_char *linebuf;  extern u_char *buffer, *bufend, *linebuf;
 extern size_t linebuf_size;  extern size_t bufsize, linebuf_size;
   
 /* temp files in the stack have a file descriptor, a largest bin (maxb)  /* temp files in the stack have a file descriptor, a largest bin (maxb)
  * which becomes the last non-empty bin (lastb) when the actual largest   * which becomes the last non-empty bin (lastb) when the actual largest

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