mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Update CHANGEDSINCE macro to conform to -current dinode.h
This commit is contained in:
parent
dfc33decb2
commit
28ebf21479
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue