summaryrefslogtreecommitdiff
path: root/dmake/unix/dcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'dmake/unix/dcache.c')
-rw-r--r--dmake/unix/dcache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/unix/dcache.c b/dmake/unix/dcache.c
index d9ab5d987584..4b1457bf8fb9 100644
--- a/dmake/unix/dcache.c
+++ b/dmake/unix/dcache.c
@@ -1,4 +1,4 @@
-/* RCS $Id: dcache.c,v 1.1.1.1 2000-09-22 15:33:33 hr Exp $
+/* RCS $Id: dcache.c,v 1.2 2002-10-11 13:42:47 waratah Exp $
--
-- SYNOPSIS
-- Directory cache management routines.
@@ -189,7 +189,7 @@ int force;
}
if( Verbose & V_DIR_CACHE )
- printf("%s: Updating dir cache entry for [%s], new time is %d\n",
+ printf("%s: Updating dir cache entry for [%s], new time is %ld\n",
Pname, spath, ep ? ep->mtime : 0L);
}