[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.64 and 1.65

version 1.64, 2005/11/20 04:16:34 version 1.65, 2005/11/20 18:47:11
Line 231 
Line 231 
 }  }
   
 /*  /*
  * The string "fn" is a file name.   * The string "fn" is a file name.  Perform any required appending of directory
  * Perform any required appending of directory name or case adjustments.   * name or case adjustments.  The same file should be referred to even if the
  * If NO_DIR is not defined, the same file should be referred to even if the  
  * working directory changes.   * working directory changes.
  */   */
 #ifdef SYMBLINK  #ifdef SYMBLINK
Line 244 
Line 243 
 #endif  #endif
 #endif  #endif
 #include <pwd.h>  #include <pwd.h>
 #ifndef NO_DIR  
 extern char     *wdir;  extern char     *wdir;
 #endif  
   
 char *  char *
 adjustname(const char *fn)  adjustname(const char *fn)

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65