summaryrefslogtreecommitdiff
path: root/misc/team/files/patch-c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* misc/team: Fix compiler complaintsJoerg Wunsch2023-02-151-0/+62
The code used a very old "all arguments are compatible with int" method for a varargs message function. Convert it to <stdarg.h>. While at it, replace a few private library function declarations by their appropriate header file includes.