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

Diff for /src/usr.bin/sort/sort.c between version 1.5 and 1.6

version 1.5, 1997/06/16 02:39:15 version 1.6, 1997/06/30 05:36:18
Line 101 
Line 101 
 {  {
         int (*get)();          int (*get)();
         int ch, i, stdinflag = 0, tmp = 0;          int ch, i, stdinflag = 0, tmp = 0;
         char cflag = 0, mflag = 0, nflag = 0;          char cflag = 0, mflag = 0;
         char *outfile, *outpath = 0;          char *outfile, *outpath = 0;
         struct field fldtab[ND+2], *ftpos;          struct field fldtab[ND+2], *ftpos;
         union f_handle filelist;          union f_handle filelist;

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