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.
This commit is contained in:
parent
816155bb42
commit
2abb080aef
1 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
/* $RCSfile: dcache.c,v $
|
||||
-- $Revision: 1.8 $
|
||||
-- last change: $Author: vg $ $Date: 2007-09-20 14:34:51 $
|
||||
-- $Revision: 1.9 $
|
||||
-- last change: $Author: ihi $ $Date: 2007-10-15 15:52:47 $
|
||||
--
|
||||
-- SYNOPSIS
|
||||
-- Directory cache management routines.
|
||||
|
@ -84,8 +84,6 @@ static DirEntryPtr dtab[HASH_TABLE_SIZE];
|
|||
* the result then stat the file anyway and update the internal cache.
|
||||
*/
|
||||
|
||||
#ifndef __EMX__
|
||||
|
||||
PUBLIC time_t
|
||||
CacheStat(path, force)
|
||||
char *path;
|
||||
|
@ -223,5 +221,3 @@ int force;
|
|||
FREE(fpath);
|
||||
return(!ep ? (time_t)0L : ((STOBOOL(Augmake) && ep->isdir)?0L:ep->mtime));
|
||||
}
|
||||
|
||||
#endif // __EMX__
|
||||
|
|
Loading…
Reference in a new issue