diff src/sysfile.h @ 209:41ff10fd062f r20-4b3

Import from CVS: tag r20-4b3
author cvs
date Mon, 13 Aug 2007 10:04:58 +0200
parents 4be1180a9e89
children 677f6a0ee643
line wrap: on
line diff
--- a/src/sysfile.h	Mon Aug 13 10:03:54 2007 +0200
+++ b/src/sysfile.h	Mon Aug 13 10:04:58 2007 +0200
@@ -40,18 +40,6 @@
 # include <sys/fcntl.h>
 #endif /* NeXT */
 
-#ifdef VMS
-#ifndef __GNUC__
-#include <file.h>
-#endif
-#include <rms.h>
-#include <rmsdef.h>
-#include <fab.h>
-#include <nam.h>
-#include <perror.h>
-#include <stddef.h>
-#endif
-
 #ifdef WINDOWSNT
 #include <io.h>
 #endif
@@ -156,7 +144,7 @@
 #define S_ISNWK(m) (((m) & S_IFMT) == S_IFNWK)
 #endif
 
-#if !defined (USG) && !defined (VMS) && !defined (WINDOWSNT)
+#if !defined (USG)  && !defined (WINDOWSNT)
 # define HAVE_FSYNC
 #endif