On Sun, Nov 04, 2018 at 01:50:31PM -0500, Michael Butler wrote: > ===> libexec/dma/dma-mbox-create (all) > Building > /usr/obj/usr/src/amd64.amd64/libexec/dma/dma-mbox-create/dma-mbox-create.o > In file included from /usr/src/contrib/dma/dma-mbox-create.c:51: > /usr/obj/usr/src/amd64.amd64/tmp/usr/include/capsicum_helpers.h:161:1: > error: all paths through this function will call itself > [-Werror,-Winfinite-recursion] > { > ^ > 1 error generated. > *** [dma-mbox-create.o] Error code 1 > > make[5]: stopped in /usr/src/libexec/dma/dma-mbox-create > > The broken function seems to call itself .. ?? > > static __inline int > caph_fcntls_limit(int fd, uint32_t fcntlrights) > { > > if (caph_fcntls_limit(fd, fcntlrights) < 0 && errno != ENOSYS) > return (-1); > > return (0); > } Sorry, for that just fixed. Thanks, -- Mariusz Zaborski oshogbo//vx | http://oshogbo.vexillium.org FreeBSD committer | https://freebsd.org Software developer | http://wheelsystems.com If it's not broken, let's fix it till it is!!1
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:19 UTC