From nobody Thu Oct 03 17:29:20 2024 X-Original-To: bugs@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 4XKJZT25n6z5YZqn for ; Thu, 03 Oct 2024 17:29:21 +0000 (UTC) (envelope-from bugzilla-noreply@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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XKJZT0BPFz4tfj for ; Thu, 3 Oct 2024 17:29:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1727976561; 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: in-reply-to:in-reply-to:references:references; bh=6t7W+zCjhUCrFR0K0PCAXa/rOInsG8U/iuJ4Pb1aB/I=; b=QspwcaC/VXGr4EK0lEGrWhrdAc4SuVVGpI3LCTr5t+/gT+nU3MCEz3JJh5YhqmhrU8ml9A z26b6MhZ8R04TCjg/phhqFTsOdXeMeVcGp1RL9fJyq+yVreVn0NEHLkBAByTB72Wj4KovT HUfRNB0BtIbX4GrnRO1XHcQRO4+mgWDwS65JfMo031qsc33R+3ABXaxTdX+oNAmJIg37zZ 5NscXqHIVzdbRZNiNpHDefcK8WZagHrcJCrlDMepWdHVvEkyGA3KL7WEBRxq/otKLbNeSG nPKPdi0lXtV8D3eAjYmkYfcEOKG6Ol5kkIYUcnIWP14te5L+MLawuf3eKLgpcA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1727976561; a=rsa-sha256; cv=none; b=htSLMFkZQaSjGS4agmnAzHeR7xii/v16lk8nzoUggxexSmyffbSn5Dmdo73zfrOACsnAL1 K4sAfL3XbyalKkVVITPZ6Wxi/0hyXU8YkgbeLxPLZDZAgQxN4jtt5rv32aYIL3YshgQmTV gj9NK+oHDuN5BNz8+TGKZY32VQxBP3ceKVaJHPJVJ/Nxm3mF2ytaniQ9LYmD/Jm/3UnJDz rjBZ9z8Cbav6AAz7/v/MdIPmIyE8uiRae09wMyLoJg7QBlRb8iQfoIZgxWbPjrO09bv6/0 ToCObZiDO/nI1TpHVlfx035sMpvqtuV2yRrQQ4a+5atFgWcIePQ0JyeZzef4rg== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 4XKJZS6p5Kz10SZ for ; Thu, 3 Oct 2024 17:29:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 493HTKGD032715 for ; Thu, 3 Oct 2024 17:29:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 493HTKkf032712 for bugs@FreeBSD.org; Thu, 3 Oct 2024 17:29:20 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 281828] gets_s(3) manpage needs to mention about __STDC_WANT_LIB_EXT1__ Date: Thu, 03 Oct 2024 17:29:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: gperciva@tarsnap.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281828 Graham Percival changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gperciva@tarsnap.com --- Comment #1 from Graham Percival --- To be pedantic, the gets_s prototype was hidden in when it was fi= rst introduced: =20 https://github.com/freebsd/freebsd-src/commit/c13559d31e90a8c405771be36ab9c= cfa41d4ebd6#diff-5e1f2789f2dc0618ffb77ce98c2fab185eaedd0897a0326180f0fb4db7= 94e0b3R273 The "un-hiding" was in , which was introduced much later, in https://reviews.freebsd.org/D45679 So the missing mention of __STDC_WANT_LIB_EXT1__ in the man page was a prob= lem since 2018-04-03, not a new problem on 2024-10-02. --=20 You are receiving this mail because: You are the assignee for the bug.=