diff --git a/src/viced/callback.c b/src/viced/callback.c index 84305ad99b..e1052288a6 100644 --- a/src/viced/callback.c +++ b/src/viced/callback.c @@ -2653,7 +2653,8 @@ int DumpCallBackState(void) { int fd, oflag; - afs_uint32 magic = MAGIC, now = FT_ApproxTime(), freelisthead; + afs_uint32 magic = MAGIC, freelisthead; + time_t now = FT_ApproxTime(); oflag = O_WRONLY | O_CREAT | O_TRUNC; #ifdef AFS_NT40_ENV