Received: by mail.netbsd.org (Postfix, from userid 605) id 77EC584EA2; Tue, 7 Mar 2023 19:54:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A1D2884E87 for ; Tue, 7 Mar 2023 19:54:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id f0vzFLS_-7d5 for ; Tue, 7 Mar 2023 19:54:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3D88B84D14 for ; Tue, 7 Mar 2023 19:54:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 341CCFA90; Tue, 7 Mar 2023 19:53:31 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 7 Mar 2023 19:53:31 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-10] src/lib/libc/sys To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20230307195331.341CCFA90@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Tue Mar 7 19:53:31 UTC 2023 Modified Files: src/lib/libc/sys [netbsd-10]: open.2 Log Message: Pull up following revision(s) (requested by thorpej in ticket #114): lib/libc/sys/open.2: revision 1.66 Document the error code when O_REGULAR is specified and the last path component is not a regular file. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.65.6.1 src/lib/libc/sys/open.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.