[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.72 and 1.73

version 1.72, 2006/05/03 22:19:41 version 1.73, 2006/05/03 22:25:34
Line 234 
Line 234 
 }  }
   
 /*  /*
  * The string "fn" is a file name.  Perform any required appending of directory   * Convert "fn" to a canonicalized absolute filename, replacing
  * name or case adjustments.  The same file should be referred to even if the   * a leading ~/ with the user's home dir, following symlinks, and
  * working directory changes.   * and remove all occurences of /./ and /../
  */   */
 char *  char *
 adjustname(const char *fn)  adjustname(const char *fn)

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73