summaryrefslogtreecommitdiff
path: root/dmake/os2
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-10-15 14:45:33 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-10-15 14:45:33 +0000
commitc36628ce73c0d4b1dc723505de9e9a70f920ec44 (patch)
tree46a5814c91cb13cc7a372a7eb1002ca591414d1e /dmake/os2
parent1fd701c661f61bee4f2e815585fb236eab7901ea (diff)
INTEGRATION: CWS dmake411 (1.3.2); FILE MERGED
2007/09/22 23:05:37 vq 1.3.2.1: #i81855# Clean-up merge from CWS os2port01.
Diffstat (limited to 'dmake/os2')
-rw-r--r--dmake/os2/sysintf.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/dmake/os2/sysintf.h b/dmake/os2/sysintf.h
index 8f8a20b16642..0a624b70e8c5 100644
--- a/dmake/os2/sysintf.h
+++ b/dmake/os2/sysintf.h
@@ -1,4 +1,4 @@
-/* RCS $Id: sysintf.h,v 1.3 2007-09-20 14:34:39 vg Exp $
+/* RCS $Id: sysintf.h,v 1.4 2007-10-15 15:45:33 ihi Exp $
--
-- SYNOPSIS
-- Interfaces for sysintf.c
@@ -27,8 +27,9 @@
#define VOID_LCACHE(l,m)
#define Hook_std_writes(A)
#define GETPID getpid()
-//#define S_IFMT (S_IFDIR|S_IFCHR|S_IFREG)
-
+/* Disabled for CWS os2port01
+ *#define S_IFMT (S_IFDIR|S_IFCHR|S_IFREG)
+ */
extern char * tempnam();
extern char * getcwd();
@@ -42,7 +43,9 @@ extern char * getcwd();
/*
** DOS interface standard items
*/
-//#define chdir(p) _dchdir(p)
+/* Disabled for CWS os2port01
+ *#define chdir(p) _dchdir(p)
+ */
#define CacheStat(A,B) really_dostat(A,&buf)
/*