]> code.delx.au - gnu-emacs/commitdiff
Use new name vmsdir.h.
authorRichard M. Stallman <rms@gnu.org>
Thu, 10 Feb 1994 04:38:58 +0000 (04:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 10 Feb 1994 04:38:58 +0000 (04:38 +0000)
src/fileio.c
src/ndir.h

index 3225cc92ca70ca658bc3dc57f56b2285bae14989..8d883cb0abd492d579d3657a3a35a661b75f85ae 100644 (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>
index 438d5c20a12cd7b62a96f9a599057ee876069e1e..9fe498361c103553a391e827b26847b87f2792e5 100644 (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 */