INTEGRATION: CWS dmake411 (1.3.2); FILE MERGED
2007/09/22 23:05:38 vq 1.3.2.1: #i81855# Clean-up merge from CWS os2port01.
This commit is contained in:
parent
25ad1c9b80
commit
d43e30a6dd
2 changed files with 4 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
/* RCS $Id: dirbrk.c,v 1.3 2007-09-20 14:35:04 vg Exp $
|
||||
/* RCS $Id: dirbrk.c,v 1.4 2007-10-15 15:52:59 ihi Exp $
|
||||
--
|
||||
-- SYNOPSIS
|
||||
-- Define the directory separator string.
|
||||
|
@ -29,6 +29,8 @@
|
|||
|
||||
#ifdef __EMX__
|
||||
/* os2 uses /, \, and : */
|
||||
/* FIXME: The OS/2 port most probably wants to use the HAVE_DRIVE_LETTERS
|
||||
* macro, see extern.h. */
|
||||
char* DirBrkStr = "/\\:";
|
||||
#else
|
||||
/* Unix only uses / */
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* RCS $Id: sysintf.h,v 1.3 2007-09-20 14:35:41 vg Exp $
|
||||
/* RCS $Id: sysintf.h,v 1.4 2007-10-15 15:53:38 ihi Exp $
|
||||
--
|
||||
-- SYNOPSIS
|
||||
-- Interfaces for sysintf.c
|
||||
|
@ -27,9 +27,6 @@
|
|||
#define VOID_LCACHE(l,m) (void) void_lcache(l,m)
|
||||
#define Hook_std_writes(A)
|
||||
#define GETPID getpid()
|
||||
#ifdef __EMX__
|
||||
#define CacheStat(A,B) really_dostat(A,&buf)
|
||||
#endif
|
||||
|
||||
#ifndef S_IFDIR
|
||||
#define S_IFDIR 0040000
|
||||
|
|
Loading…
Reference in a new issue