=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/fileio.c,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- src/usr.bin/mg/fileio.c 2005/11/20 04:16:34 1.64 +++ src/usr.bin/mg/fileio.c 2005/11/20 18:47:11 1.65 @@ -1,4 +1,4 @@ -/* $OpenBSD: fileio.c,v 1.64 2005/11/20 04:16:34 kjell Exp $ */ +/* $OpenBSD: fileio.c,v 1.65 2005/11/20 18:47:11 kjell Exp $ */ /* This file is in the public domain. */ @@ -231,9 +231,8 @@ } /* - * The string "fn" is a file name. - * Perform any required appending of directory name or case adjustments. - * If NO_DIR is not defined, the same file should be referred to even if the + * The string "fn" is a file name. Perform any required appending of directory + * name or case adjustments. The same file should be referred to even if the * working directory changes. */ #ifdef SYMBLINK @@ -244,9 +243,7 @@ #endif #endif #include -#ifndef NO_DIR extern char *wdir; -#endif char * adjustname(const char *fn)