+343
−0
+17
−0
Loading
OpenBSD's makefs is used to create filesystem images for ramdisks
or VM/install images. The build was fixed with a patch instead of
adding to `compat` because `makefs` relies heavily on unintended
and undocumted transitive header inclusions. Fixing with `compat`
causes hard-to-debug header loops.
Co-Authored-By:
Audrey Dutcher <audrey@rhelmot.io>