# HG changeset patch # User Richard M. Stallman # Date 760855138 0 # Node ID 321b22a46f7aa7c81d82a9742b3caae48e291cf3 # Parent 82e1a78ab625f08ce4b7b36e98a2d141379ebe4e Use new name vmsdir.h. diff -r 82e1a78ab625 -r 321b22a46f7a src/fileio.c --- a/src/fileio.c Thu Feb 10 00:48:59 1994 +0000 +++ b/src/fileio.c Thu Feb 10 04:38:58 1994 +0000 @@ -44,7 +44,7 @@ #include #ifdef VMS -#include "dir.h" +#include "vmsdir.h" #include #include #include diff -r 82e1a78ab625 -r 321b22a46f7a src/ndir.h --- a/src/ndir.h Thu Feb 10 00:48:59 1994 +0000 +++ b/src/ndir.h Thu Feb 10 04:38:58 1994 +0000 @@ -14,7 +14,7 @@ #ifndef RMS$_SUC #include #endif -#include "dir.h" +#include "vmsdir.h" #endif /* VMS */ #define DIRBLKSIZ 512 /* size of directory block */