summaryrefslogtreecommitdiff
path: root/idlc/source/preproc/unix.c
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 11:11:12 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 11:11:12 +0000
commitf8183bfe7302f9822ba3604c28780efea2dda6cf (patch)
tree4e581039572f0877bf8b1a18ef00e43a9e7ff4e5 /idlc/source/preproc/unix.c
parentc082fe0562e8f972efa156081daff5030b3f3c79 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'idlc/source/preproc/unix.c')
-rw-r--r--idlc/source/preproc/unix.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/source/preproc/unix.c b/idlc/source/preproc/unix.c
index 7ca4793d7952..217be49782ac 100644
--- a/idlc/source/preproc/unix.c
+++ b/idlc/source/preproc/unix.c
@@ -2,9 +2,9 @@
*
* $RCSfile: unix.c,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: jsc $ $Date: 2001-03-15 12:48:46 $
+ * last change: $Author: hr $ $Date: 2003-03-26 12:11:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,7 +64,7 @@
#include <string.h>
#include <ctype.h>
#include <fcntl.h>
-#if (defined(_WIN32) || defined(_MSDOS) || defined(__IBMC__)) && !(defined S390)
+#if (defined(_WIN32) || defined(_MSDOS) || defined(__IBMC__))
#include <io.h>
#else
#include <unistd.h>