summaryrefslogtreecommitdiff
path: root/sysutils/container-diff/files/patch-uint32-Ino (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.12.0Sunpoet Po-Chuan Hsieh2018-11-181-53/+0
| | | | | | | Changes: https://github.com/GoogleContainerTools/container-diff/releases Notes: svn path=/head/; revision=485261
* Fix build on -head (OSVERSION >= 1200031)Sunpoet Po-Chuan Hsieh2018-01-141-0/+53
Ino is still uint32 for all versions of FreeBSD. Reference: https://golang.org/src/syscall/ztypes_freebsd_386.go https://golang.org/src/syscall/ztypes_freebsd_amd64.go https://golang.org/src/syscall/ztypes_freebsd_arm.go Notes: svn path=/head/; revision=458955