aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-02-10 04:38:58 +0000
committerRichard M. Stallman1994-02-10 04:38:58 +0000
commit3d9f5ce2fa60e5f09373158c66506ed4f94e992f (patch)
treea86b855b270ee30e92575bfaaa1fda01e5759894 /src
parent9ea9bca3e312e4fe46901e934c5fd40532f70030 (diff)
downloademacs-3d9f5ce2fa60e5f09373158c66506ed4f94e992f.tar.gz
emacs-3d9f5ce2fa60e5f09373158c66506ed4f94e992f.zip
Use new name vmsdir.h.
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c2
-rw-r--r--src/ndir.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 3225cc92ca7..8d883cb0abd 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -44,7 +44,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
44#include <ctype.h> 44#include <ctype.h>
45 45
46#ifdef VMS 46#ifdef VMS
47#include "dir.h" 47#include "vmsdir.h"
48#include <perror.h> 48#include <perror.h>
49#include <stddef.h> 49#include <stddef.h>
50#include <string.h> 50#include <string.h>
diff --git a/src/ndir.h b/src/ndir.h
index 438d5c20a12..9fe498361c1 100644
--- a/src/ndir.h
+++ b/src/ndir.h
@@ -14,7 +14,7 @@
14#ifndef RMS$_SUC 14#ifndef RMS$_SUC
15#include <rmsdef.h> 15#include <rmsdef.h>
16#endif 16#endif
17#include "dir.h" 17#include "vmsdir.h"
18#endif /* VMS */ 18#endif /* VMS */
19 19
20#define DIRBLKSIZ 512 /* size of directory block */ 20#define DIRBLKSIZ 512 /* size of directory block */