summaryrefslogtreecommitdiffstats
path: root/sbin/dump
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-02-16 22:16:08 +0000
committerjkh <jkh@FreeBSD.org>1997-02-16 22:16:08 +0000
commit13be5f8d6c301f2b0dc46cc385f49a224955464c (patch)
treec3705f1ebaecc431c2912f53bc94c985bbcd553d /sbin/dump
parent0e2c5febdb75e7accf7b5e6d5f61ab74f4716645 (diff)
downloadFreeBSD-src-13be5f8d6c301f2b0dc46cc385f49a224955464c.zip
FreeBSD-src-13be5f8d6c301f2b0dc46cc385f49a224955464c.tar.gz
Update CHANGEDSINCE macro to conform to -current dinode.h
Diffstat (limited to 'sbin/dump')
-rw-r--r--sbin/dump/traverse.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sbin/dump/traverse.c b/sbin/dump/traverse.c
index 32575ab..8b5a515 100644
--- a/sbin/dump/traverse.c
+++ b/sbin/dump/traverse.c
@@ -115,13 +115,8 @@ blockest(dp)
}
/* Auxiliary macro to pick up files changed since previous dump. */
-#ifdef FS_44INODEFMT
-#define CHANGEDSINCE(dp, t) \
- ((dp)->di_mtime.tv_sec >= (t) || (dp)->di_ctime.tv_sec >= (t))
-#else
#define CHANGEDSINCE(dp, t) \
((dp)->di_mtime >= (t) || (dp)->di_ctime >= (t))
-#endif
/* The WANTTODUMP macro decides whether a file should be dumped. */
#ifdef UF_NODUMP
OpenPOWER on IntegriCloud