From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 8300 invoked from network); 7 Jan 2022 16:12:17 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 7 Jan 2022 16:12:17 -0000 Received: from odoacer.turtle-trading.net ([93.241.193.16]) by 4ess; Fri Jan 7 10:22:55 -0500 2022 Received: from zenobia.turtle-trading.net ([192.168.2.111]) by odoacer.turtle-trading.net with esmtp (Exim 4.80) (envelope-from ) id 1n5qVk-0005Ob-H9; Fri, 07 Jan 2022 15:46:32 +0100 Received: from benny by zenobia.turtle-trading.net with local (Exim 4.94.2) (envelope-from ) id 1n5qVk-001DHy-93; Fri, 07 Jan 2022 15:46:32 +0100 From: Benjamin Riefenstahl To: 9front@9front.org References: <87y23v2shn.fsf@turtle-trading.net> Date: Fri, 07 Jan 2022 15:46:32 +0100 In-Reply-To: <87y23v2shn.fsf@turtle-trading.net> (Benjamin Riefenstahl's message of "Tue, 04 Jan 2022 20:47:16 +0100") Message-ID: <87wnjbzjqv.fsf@turtle-trading.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: converged CMS hosting Subject: [9front] Re: ape/mkstemp: Set define (was: Include ) Reply-To: 9front@9front.org Precedence: bulk --=-=-= Content-Type: text/plain Hi all, The recent commit 1a90e04c0 "ape: export mktemp() in when _BSD_SOURCE is set" reduces the need here to setting that define. Thanks, benny --=-=-= Content-Type: multipart/mixed; boundary="upas-cuwytzokjsocrhfportlxcnjyl" Content-Disposition: inline This is a multi-part message in MIME format. --upas-cuwytzokjsocrhfportlxcnjyl Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit from postmaster@4ess: The following attachment had content that we can't prove to be harmless. To avoid possible automatic execution, we changed the content headers. The original header was: Content-Type: text/x-diff Content-Disposition: inline; filename=mkstemp.patch --upas-cuwytzokjsocrhfportlxcnjyl Content-Type: application/octet-stream Content-Disposition: attachment; filename="mkstemp.patch.suspect" From: Benjamin Riefenstahl Date: Fri, 10 Dec 2021 20:47:09 +0000 Subject: [PATCH] ape/mkstemp: set define for mktemp prototype --- diff 70edb7fbae4f0a38593c0dc1f936838adc6861ac 45a0f394b723a53a1c5d5b0e266342e0c38a8643 --- a/sys/src/ape/lib/ap/gen/mkstemp.c Fri Jan 7 02:43:52 2022 +++ b/sys/src/ape/lib/ap/gen/mkstemp.c Fri Dec 10 21:47:09 2021 @@ -1,3 +1,4 @@ +#define _BSD_SOURCE 1 /* make mktemp visible */ #include #include #include --upas-cuwytzokjsocrhfportlxcnjyl-- --=-=-=--