Kaydet (Commit) d18a37e7 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS dmake47 (1.1.1.1.156); FILE MERGED

2006/09/30 15:01:17 vq 1.1.1.1.156.1: #i69814# Remove the unused DMSTRLWR macro.
üst 369c346b
/* 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 -- SYNOPSIS
-- Interfaces for sysintf.c -- Interfaces for sysintf.c
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
#define VOID_LCACHE(l,m) (void) void_lcache(l,m) #define VOID_LCACHE(l,m) (void) void_lcache(l,m)
#define Hook_std_writes(A) #define Hook_std_writes(A)
#define GETPID getpid() #define GETPID getpid()
#define DMSTRLWR(A,B)
/* for directory cache */ /* for directory cache */
#define CacheStat(A,B) really_dostat(A,&buf) #define CacheStat(A,B) really_dostat(A,&buf)
......
/* 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:44:29 vg Exp $
-- --
-- SYNOPSIS -- SYNOPSIS
-- Interfaces for sysintf.c -- Interfaces for sysintf.c
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
#define VOID_LCACHE(l,m) (void) void_lcache(l,m) #define VOID_LCACHE(l,m) (void) void_lcache(l,m)
#define Hook_std_writes(A) #define Hook_std_writes(A)
#define GETPID getpid() #define GETPID getpid()
#define DMSTRLWR(A,B)
#ifndef S_IFDIR #ifndef S_IFDIR
#define S_IFDIR 0040000 #define S_IFDIR 0040000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment