Re: CVS commit: othersrc/usr.bin/sleepto

2021-02-25 Thread Simon Burge
Christos Zoulas wrote: > In article <20210225070357.a0c7bf...@cvs.netbsd.org>, > Simon Burge wrote: > >-=-=-=-=-=- > > > >Module Name: othersrc > >Committed By:simonb > >Date:Thu Feb 25 07:03:57 UTC 2021 > > > >Added Files: > > othersrc/usr.bin/sleepto: Makefile parset

Re: CVS commit: src/external/bsd/nvi/usr.bin/nvi

2021-02-25 Thread Christos Zoulas
Too bad, looks like they just made a copy of the FreeBSD changes. I will revert. christos > On Feb 25, 2021, at 6:47 PM, Rin Okuyama wrote: > > Hi, > > This does not work since nvi requires non-standard wregex API, whose > ``char *'' arguments are replaced by ``wchar_t *'' ones: > > https://m

Re: CVS commit: src/external/bsd/nvi/usr.bin/nvi

2021-02-25 Thread Rin Okuyama
Hi, This does not work since nvi requires non-standard wregex API, whose ``char *'' arguments are replaced by ``wchar_t *'' ones: https://mail-index.netbsd.org/tech-userlevel/2008/08/06/msg000960.html https://mail-index.netbsd.org/tech-userlevel/2008/08/06/msg000967.html In principle, we can re

Re: CVS commit: othersrc/usr.bin/sleepto

2021-02-25 Thread Christos Zoulas
In article <20210225070357.a0c7bf...@cvs.netbsd.org>, Simon Burge wrote: >-=-=-=-=-=- > >Module Name: othersrc >Committed By: simonb >Date: Thu Feb 25 07:03:57 UTC 2021 > >Added Files: > othersrc/usr.bin/sleepto: Makefile parsetime.c parsetime.h sleepto.c > tzfile.h > >

Re: CVS commit: othersrc/usr.bin/sleepto

2021-02-25 Thread Christos Zoulas
In article <20210225101838.bc47cf...@cvs.netbsd.org>, Simon Burge wrote: >-=-=-=-=-=- > >Module Name: othersrc >Committed By: simonb >Date: Thu Feb 25 10:18:38 UTC 2021 > >Modified Files: > othersrc/usr.bin/sleepto: sleepto.c > >Log Message: >Use %lld and cast to "long long" for

Re: CVS commit: src/lib/libc/regex

2021-02-25 Thread Christos Zoulas
In article <5c9e716-7ec1-9c7d-a7cb-21f08946...@invisible.ca>, Jared McNeill wrote: >Building tools on macOS: > >/Users/jmcneill/netbsd/git-src/tools/compat/../../lib/libc/regex/regcomp.c:1585:8: > >error: implicit declaration of function 'reallocarray' is invalid > in C99 [-Werror,-Wimplic

Re: CVS commit: src/lib/libc/regex

2021-02-25 Thread Jared McNeill
Building tools on macOS: /Users/jmcneill/netbsd/git-src/tools/compat/../../lib/libc/regex/regcomp.c:1585:8: error: implicit declaration of function 'reallocarray' is invalid in C99 [-Werror,-Wimplicit-function-declaration] ncs = reallocarray(p->g->sets, p->g->ncsets + 1, sizeof(*n