serenity/Ports/imgcat/patches
2022-06-08 17:58:36 +01:00
..
0001-Remove-an-include-of-err.h.patch Ports: Format patches without numbering, commit hash or version number 2022-06-08 17:58:36 +01:00
ReadMe.md Ports: Update and fix imgcat 2022-05-21 18:10:38 +02:00

Patches for imgcat on SerenityOS

0001-Remove-an-include-of-err.h.patch

Remove an include of err.h

err.h appears to be BSD-specific, and we don't support it. Luckily, imgcat compiles just fine even when removing it.