| 1e9f67e2 | 15-Nov-2019 |
Alex Richardson <[email protected]> |
makefs: Also set UFS di_birthtime when building on Linux
Since st_birthtime doesn't exists on Linux (unless you use statx(2)), we instead populate it with the st_ctime value.
Reviewed By: emaste Di
makefs: Also set UFS di_birthtime when building on Linux
Since st_birthtime doesn't exists on Linux (unless you use statx(2)), we instead populate it with the st_ctime value.
Reviewed By: emaste Differential Revision: https://reviews.freebsd.org/D22386
show more ...
|