Date: Sat, 14 Nov 2015 15:24:17 -0800 From: NGie Cooper <yaneurabeya@gmail.com> To: Craig Rodrigues <rodrigc@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r290835 - head/lib/libopenbsd Message-ID: <7BA865DA-98E0-4BA3-8F03-1FD26A87B785@gmail.com> In-Reply-To: <201511142307.tAEN7cZN087586@repo.freebsd.org> References: <201511142307.tAEN7cZN087586@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On Nov 14, 2015, at 15:07, Craig Rodrigues <rodrigc@FreeBSD.org> = wrote: >=20 > Author: rodrigc > Date: Sat Nov 14 23:07:38 2015 > New Revision: 290835 > URL: https://svnweb.freebsd.org/changeset/base/290835 >=20 > Log: > Implemtn getdtablecount() to count open file descriptors for current = process. >=20 > Use underlying sysctl implemented by mjg in r290473. >=20 > PR: 194985 > Reviewed by: bapt, mjg > Differential Revision: https://reviews.freebsd.org/D4084 This broke the build on old versions of the OS because sys/sysctl.h = isn't installed to WORLDTMP before bootstrap-tools: 231 # 1. legacy stage [BMAKE] 232 # This stage is responsible for creating compatibility 233 # shims that are needed by the bootstrap-tools, 234 # build-tools and cross-tools stages. These are generally 235 # APIs that tools from one of those three stages need to 236 # build that aren't present on the host. 237 # 1. bootstrap-tools stage [BMAKE] 238 # This stage is responsible for creating programs that 239 # are needed for backward compatibility reasons. They 240 # are not built as cross-tools. See: https://jenkins.freebsd.org/job/FreeBSD_HEAD_i386/1663/consoleFull Cheers, -NGie=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7BA865DA-98E0-4BA3-8F03-1FD26A87B785>