From nobody Tue Dec 7 00:22:45 2021 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id E806118D1A16; Tue, 7 Dec 2021 00:22:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J7Lbn4Pszz3vTm; Tue, 7 Dec 2021 00:22:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 770B515C5F; Tue, 7 Dec 2021 00:22:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1B70Mjgt020519; Tue, 7 Dec 2021 00:22:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1B70Mjeb020518; Tue, 7 Dec 2021 00:22:45 GMT (envelope-from git) Date: Tue, 7 Dec 2021 00:22:45 GMT Message-Id: <202112070022.1B70Mjeb020518@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Brooks Davis Subject: git: 022ce9617fe6 - main - libc: get rid of NO_P1003_1B make variable List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-main@freebsd.org X-BeenThere: dev-commits-src-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: brooks X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 022ce9617fe6d6ff4a8f71f5e915814a4f8852d2 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638836565; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=FjPbXZc0aVP4TWtgRXyEaypOk0yAs0xcqgbuScNYAPE=; b=jIfbiZH9vdsdcih4bp+nx8ru1Tg9YnZ3ycZlS6BXBvI4eQ9RwJB0cvwk2GqWHhOGkCScPh duAyrQHxZOqXcQBZdd9mGFIVuGEGHFx4E7CnnBsyTJftjLfabNGaue3LPLVs7dVes2frOJ 9h3SML72jZaK4Vyhwr18H95zNVIZ1xrFPRiIEIFaFLLlRlanIOBJ3NXlDqWfSRqWgxJ0gq d6DLui9oqkpXalps0DH5t9LebD0VtX0U3P8S12Ns+6k17qV5eJ0KV16Hq47cDeIc9eOtYn AobyFbAfhoIliosF1DCCrsrboQjTwAJAv2piGEPZncwW1xIMo9dp/HF9sQl7mg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638836565; a=rsa-sha256; cv=none; b=jW02WueD4CPbZa2jhRBOize7bs0ZSsBdV+E6lD03E0lad8QDeJoaLURCItsSRiv/30wZJC 9PaTy21AGl9nJCV4IbHtXoKt2s+T1ueEIKDEuUzTYruhGw1UVCjBViAsctYhQepOTVG76K +Pat+o1qcu1Kr+Smz0gS/wVKXKB38rcYBC8VmTdYYiwkva8FGjsqwhdAE1vtsMEkfB30Wi WfzWwnBSdARZVe5tuwk/wYteD2jmf1DNNvFDBKjHhEmPw9VGSblz19GzbhVRWliw4/z1ke W+F+dn8pGBMXvzHVRqsfmOljVKHYnxFBLN+8gsIbS1oYiRfMOMMiPCo+CBzQHg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=022ce9617fe6d6ff4a8f71f5e915814a4f8852d2 commit 022ce9617fe6d6ff4a8f71f5e915814a4f8852d2 Author: Brooks Davis AuthorDate: 2021-12-07 00:18:34 +0000 Commit: Brooks Davis CommitDate: 2021-12-07 00:21:44 +0000 libc: get rid of NO_P1003_1B make variable There's no point in a knob to avoid installing a half dozen manpages. It's undocumented and unused in the tree. Online, the only metions I've found are the FreeBSD source tree, a commit in DragonFly BSD removing it, and some lists of build options for small systems where it's inevitably redundant due to an accompanying NO_MAN. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D33310 --- lib/libc/sys/Makefile.inc | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index 14740b74d6b3..5e2c3da198b0 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -289,14 +289,12 @@ MAN+= abort2.2 \ revoke.2 \ rfork.2 \ rmdir.2 \ - rtprio.2 -.if !defined(NO_P1003_1B) -MAN+= sched_get_priority_max.2 \ + rtprio.2 \ + sched_get_priority_max.2 \ sched_setparam.2 \ sched_setscheduler.2 \ - sched_yield.2 -.endif -MAN+= sctp_generic_recvmsg.2 \ + sched_yield.2 \ + sctp_generic_recvmsg.2 \ sctp_generic_sendmsg.2 \ sctp_peeloff.2 \ select.2 \ @@ -465,12 +463,10 @@ MLINKS+=recv.2 recvfrom.2 \ recv.2 recvmsg.2 MLINKS+=rename.2 renameat.2 MLINKS+=rtprio.2 rtprio_thread.2 -.if !defined(NO_P1003_1B) MLINKS+=sched_get_priority_max.2 sched_get_priority_min.2 \ sched_get_priority_max.2 sched_rr_get_interval.2 MLINKS+=sched_setparam.2 sched_getparam.2 MLINKS+=sched_setscheduler.2 sched_getscheduler.2 -.endif MLINKS+=select.2 FD_CLR.3 \ select.2 FD_ISSET.3 \ select.2 FD_SET.3 \