Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-22 | Add patches to fix builds in Arch. | Omar Pakker | |
This adds the following patches: - parsedate.y: match the extern references to their real definitions. This resolves function redefinition (to x(void*)) errors. - pilot-read-todos.c: pass pointer as size_t. The target function expects a size_t but an int is passed. Cast it. |