1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-19 18:13:55 +00:00

Use new name vmsdir.h.

This commit is contained in:
Richard M. Stallman 1994-02-10 04:38:58 +00:00
parent 9ea9bca3e3
commit 3d9f5ce2fa
2 changed files with 2 additions and 2 deletions

View 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>

View 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 */