diff options
| author | Richard M. Stallman | 1994-02-10 04:38:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-02-10 04:38:58 +0000 |
| commit | 3d9f5ce2fa60e5f09373158c66506ed4f94e992f (patch) | |
| tree | a86b855b270ee30e92575bfaaa1fda01e5759894 /src | |
| parent | 9ea9bca3e312e4fe46901e934c5fd40532f70030 (diff) | |
| download | emacs-3d9f5ce2fa60e5f09373158c66506ed4f94e992f.tar.gz emacs-3d9f5ce2fa60e5f09373158c66506ed4f94e992f.zip | |
Use new name vmsdir.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 2 | ||||
| -rw-r--r-- | src/ndir.h | 2 |
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 */ |