summarylogtreecommitdiffstats
path: root/0004-fix-void-args.diff
AgeCommit message (Collapse)Author
2019-07-15Add patch for fixing header filesayekat
C treats an argument list like `()` as "variable number of arguments", whereas for simply "no argument", one needs `(void)`. The header files thus cause all sorts of issues if unpatched. This should probably be taken to upstream.