diff options
Diffstat (limited to 'dmake/tos/sysintf.h')
-rw-r--r-- | dmake/tos/sysintf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dmake/tos/sysintf.h b/dmake/tos/sysintf.h index 6ac5dce2c4b2..da9974365c11 100644 --- a/dmake/tos/sysintf.h +++ b/dmake/tos/sysintf.h @@ -1,4 +1,4 @@ -/* RCS $Id: sysintf.h,v 1.1.1.1 2000-09-22 15:33:33 hr Exp $ +/* RCS $Id: sysintf.h,v 1.2 2007-01-18 09:43:39 vg Exp $ -- -- SYNOPSIS -- Interfaces for sysintf.c @@ -27,7 +27,6 @@ #define VOID_LCACHE(l,m) (void) void_lcache(l,m) #define Hook_std_writes(A) #define GETPID getpid() -#define DMSTRLWR(A,B) /* for directory cache */ #define CacheStat(A,B) really_dostat(A,&buf) |