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:
parent
9ea9bca3e3
commit
3d9f5ce2fa
@ -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>
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user