On Fri, Jul 21, 2023 at 06:42:41PM +0900, YASUOKA Masahiko wrote: > Hi, > > On Fri, 21 Jul 2023 11:18:32 +0200 > Theo Buehler <t...@openbsd.org> wrote: > > On Fri, Jul 21, 2023 at 05:52:35PM +0900, YASUOKA Masahiko wrote: > >> This prepares the upcoming libc bump and fixes which are need to > >> complete 'make test'. This program doesn't seem to be maintained. If > >> none is using this, I think deleting this is another way. > >> > >> ok? comments? > > > > I am ok with committing your update as it is. > > > > I am also ok with removing the port afterward. It seems ancient and, > > given the numerous warnings it emits, in rather poor shape. > > Thanks, > > > Tests don't compile on arm64 since it seems to need libm. Please don't > > spend time on this. > > Oops.. > > Also updated the some comments for the patches.
Thanks. This looks a bit better, but still has some issues in 'make test' see below. As I said: your diff is good enough, please don't spend more time on this. ok tb ./terror.h:83:17: note: expanded from macro 'MAIN' #define MAIN() main(int argc, char** argv) ^ tbadargs.c:50:24: error: passing 'int' to parameter of incompatible type 'va_list' (aka '__builtin_va_list') CALL(sfvsprintf(0,0,0,0)); ^ tbadargs.c:8:43: note: expanded from macro 'CALL'