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

Diff for /src/usr.bin/mg/fileio.c between version 1.94 and 1.95

version 1.94, 2012/07/10 06:28:12 version 1.95, 2012/11/27 19:45:01
Line 25 
Line 25 
   
 static char *bkuplocation(const char *);  static char *bkuplocation(const char *);
 static int   bkupleavetmp(const char *);  static int   bkupleavetmp(const char *);
 char        *expandtilde(const char *);  
   
 static char *bkupdir;  static char *bkupdir;
 static int   leavetmp = 0;      /* 1 = leave any '~' files in tmp dir */  static int   leavetmp = 0;      /* 1 = leave any '~' files in tmp dir */

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95