Use new name vmsdir.h.
authorRichard M. Stallman <rms@gnu.org>
Thu, 10 Feb 1994 04:38:58 +0000 (04:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 10 Feb 1994 04:38:58 +0000 (04:38 +0000)
src/fileio.c
src/ndir.h

index 3225cc9..8d883cb 100644 (file)
@@ -44,7 +44,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <ctype.h>
 
 #ifdef VMS
-#include "dir.h"
+#include "vmsdir.h"
 #include <perror.h>
 #include <stddef.h>
 #include <string.h>
index 438d5c2..9fe4983 100644 (file)
@@ -14,7 +14,7 @@
 #ifndef RMS$_SUC
 #include <rmsdef.h>
 #endif
-#include "dir.h"
+#include "vmsdir.h"
 #endif /* VMS */
 
 #define DIRBLKSIZ      512             /* size of directory block */