[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.17 and 1.18

version 1.17, 2001/11/17 19:51:34 version 1.18, 2002/02/16 21:27:52
Line 93 
Line 93 
 char toutpath[_POSIX_PATH_MAX];  char toutpath[_POSIX_PATH_MAX];
 char *tmpdir = _PATH_VARTMP;  char *tmpdir = _PATH_VARTMP;
   
 static void cleanup __P((void));  static void cleanup(void);
 static void onsig __P((int));  static void onsig(int);
 static void usage __P((char *));  static void usage(char *);
   
 #define CHECK_NFIELDS                                           \  #define CHECK_NFIELDS                                           \
         if (++nfields == ND) {                                  \          if (++nfields == ND) {                                  \

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18