aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/procd/patches/0001-uxc-fix-compilation-error-caused-by-unused-variable.patch
Commit message (Collapse)AuthorAgeFilesLines
* procd: add patch to fix compilation errorChristian Marangi2022-12-041-0/+36
procd complain for an unused verbose variable causing compilation error. Fix this by setting the variable static following upstream procd changes. This is a variant of 0ee73b2c86a853ae3274c7080e2dcd36b81aa1fa that introduced major change and fixed the verbose variable to static. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>