Kaydet (Commit) 2abb080a authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS dmake411 (1.8.2); FILE MERGED

2007/09/22 23:05:37 vq 1.8.2.1: #i81855# Clean-up merge from CWS os2port01.
üst 816155bb
/* $RCSfile: dcache.c,v $ /* $RCSfile: dcache.c,v $
-- $Revision: 1.8 $ -- $Revision: 1.9 $
-- last change: $Author: vg $ $Date: 2007-09-20 14:34:51 $ -- last change: $Author: ihi $ $Date: 2007-10-15 15:52:47 $
-- --
-- SYNOPSIS -- SYNOPSIS
-- Directory cache management routines. -- Directory cache management routines.
...@@ -84,8 +84,6 @@ static DirEntryPtr dtab[HASH_TABLE_SIZE]; ...@@ -84,8 +84,6 @@ static DirEntryPtr dtab[HASH_TABLE_SIZE];
* the result then stat the file anyway and update the internal cache. * the result then stat the file anyway and update the internal cache.
*/ */
#ifndef __EMX__
PUBLIC time_t PUBLIC time_t
CacheStat(path, force) CacheStat(path, force)
char *path; char *path;
...@@ -223,5 +221,3 @@ int force; ...@@ -223,5 +221,3 @@ int force;
FREE(fpath); FREE(fpath);
return(!ep ? (time_t)0L : ((STOBOOL(Augmake) && ep->isdir)?0L:ep->mtime)); return(!ep ? (time_t)0L : ((STOBOOL(Augmake) && ep->isdir)?0L:ep->mtime));
} }
#endif // __EMX__
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