diff options
Diffstat (limited to 'dmake')
-rw-r--r-- | dmake/msdos/sysintf.h | 3 | ||||
-rw-r--r-- | dmake/os2/sysintf.h | 3 | ||||
-rw-r--r-- | dmake/qssl/sysintf.h | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/dmake/msdos/sysintf.h b/dmake/msdos/sysintf.h index 2a6d92a59329..9b7b45cdaab4 100644 --- a/dmake/msdos/sysintf.h +++ b/dmake/msdos/sysintf.h @@ -1,4 +1,4 @@ -/* RCS $Id: sysintf.h,v 1.1.1.1 2000-09-22 15:33:27 hr Exp $ +/* RCS $Id: sysintf.h,v 1.2 2007-01-18 09:34:40 vg Exp $ -- -- SYNOPSIS -- Interfaces for sysintf.c @@ -25,7 +25,6 @@ #define DMSTAT stat #define VOID_LCACHE(l,m) #define GETPID _psp -#define DMSTRLWR(A,B) dstrlwr(A,B) extern char * tempnam(); extern char * getcwd(); diff --git a/dmake/os2/sysintf.h b/dmake/os2/sysintf.h index ab842c26c34f..42cd5da66ec4 100644 --- a/dmake/os2/sysintf.h +++ b/dmake/os2/sysintf.h @@ -1,4 +1,4 @@ -/* RCS $Id: sysintf.h,v 1.1.1.1 2000-09-22 15:33:30 hr Exp $ +/* RCS $Id: sysintf.h,v 1.2 2007-01-18 09:36:48 vg Exp $ -- -- SYNOPSIS -- Interfaces for sysintf.c @@ -27,7 +27,6 @@ #define VOID_LCACHE(l,m) #define Hook_std_writes(A) #define GETPID getpid() -#define DMSTRLWR(A,B) dstrlwr(A,B) #define S_IFMT (S_IFDIR|S_IFCHR|S_IFREG) extern char * tempnam(); diff --git a/dmake/qssl/sysintf.h b/dmake/qssl/sysintf.h index 2ab5ecb63855..323003253afb 100644 --- a/dmake/qssl/sysintf.h +++ b/dmake/qssl/sysintf.h @@ -1,4 +1,4 @@ -/* RCS $Id: sysintf.h,v 1.1.1.1 2000-09-22 15:33:30 hr Exp $ +/* RCS $Id: sysintf.h,v 1.2 2007-01-18 09:37:51 vg Exp $ -- -- SYNOPSIS -- Interfaces for sysintf.c @@ -27,7 +27,6 @@ #define VOID_LCACHE(l,m) #define Hook_std_writes(A) #define GETPID getpid() -#define DMSTRLWR(A,B) /* ** standard C items |