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

Diff for /src/usr.bin/sort/Attic/msort.c between version 1.10 and 1.11

version 1.10, 2002/01/04 16:33:14 version 1.11, 2002/02/16 21:27:52
Line 68 
Line 68 
 u_char *wts, *wts1 = 0;  u_char *wts, *wts1 = 0;
 struct mfile *cfilebuf;  struct mfile *cfilebuf;
   
 static int cmp __P((RECHEADER *, RECHEADER *));  static int cmp(RECHEADER *, RECHEADER *);
 static int insert __P((struct mfile **, struct mfile **, int, int));  static int insert(struct mfile **, struct mfile **, int, int);
   
 void  void
 fmerge(binno, files, nfiles, get, outfp, fput, ftbl)  fmerge(binno, files, nfiles, get, outfp, fput, ftbl)

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11