ligurio / unreliablefs

A FUSE-based fault injection filesystem.
https://ligurio.github.io/unreliablefs/unreliablefs.1.html
MIT License
173 stars 9 forks source link

Exclude EINTEGRITY errno on FreeBSD versions below 12 #84

Closed ligurio closed 3 years ago

ligurio commented 3 years ago

EINTEGRITY errno is present in latest FreeBSD releases, but In FreeBSD releases with version below 12 errno is unsupported [1]. This patch exclude EINTEGRITY from a list of returned errnos on FreeBSD < 12.

  1. https://reviews.freebsd.org/D18765

Closes #83