Skip to content

Commit

Permalink
Fixed build when the stat struct is missing st_blocks (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
dharple committed Jul 23, 2021
1 parent 1af1d82 commit 7e33683
Show file tree
Hide file tree
Showing 5 changed files with 679 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ For releases after 1.3.0, the format is based on
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Fixed build when the `stat` struct is missing `st_blocks`. [#77]

## [1.4.2] - 2021-03-06
### Fixed
- Replaced instances of `cp -an` with `test` and `install` in the Makefile rule
Expand Down Expand Up @@ -175,6 +179,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
[1.2.1]: https://github.com/dharple/detox/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/dharple/detox/releases/tag/v1.2.0

[#77]: https://github.com/dharple/detox/issues/77
[#73]: https://github.com/dharple/detox/issues/73
[#56]: https://github.com/dharple/detox/issues/56
[#30]: https://github.com/dharple/detox/issues/30
Expand Down
Loading

0 comments on commit 7e33683

Please sign in to comment.