changeset 5877:321b22a46f7a

Use new name vmsdir.h.
author Richard M. Stallman <rms@gnu.org>
date Thu, 10 Feb 1994 04:38:58 +0000
parents 82e1a78ab625
children 044cb853edbd
files src/fileio.c src/ndir.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <ctype.h>
 
 #ifdef VMS
-#include "dir.h"
+#include "vmsdir.h"
 #include <perror.h>
 #include <stddef.h>
 #include <string.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 <rmsdef.h>
 #endif
-#include "dir.h"
+#include "vmsdir.h"
 #endif /* VMS */
 
 #define DIRBLKSIZ	512		/* size of directory block */