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 4605 invoked from network); 4 Jan 2022 20:53:44 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 4 Jan 2022 20:53:44 -0000 Received: from odoacer.turtle-trading.net ([93.241.193.16]) by 4ess; Tue Jan 4 14:47:37 -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 1n4pm9-0003jR-4e; Tue, 04 Jan 2022 20:47:17 +0100 Received: from benny by zenobia.turtle-trading.net with local (Exim 4.94.2) (envelope-from ) id 1n4pm8-000gEV-Sv; Tue, 04 Jan 2022 20:47:16 +0100 From: Benjamin Riefenstahl To: 9front@9front.org Date: Tue, 04 Jan 2022 20:47:16 +0100 Message-ID: <87y23v2shn.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: decentralized responsive method-based descriptor WEB2.0 over WEB2.0 firewall browser Subject: [9front] ape/mkstemp: Include Reply-To: 9front@9front.org Precedence: bulk --=-=-= Content-Type: text/plain ape/mkstemp.c currently uses mktemp() without a prototype. --=-=-= Content-Type: multipart/mixed; boundary="upas-gcijbrmwznlsxxwniyqyzvmkkh" Content-Disposition: inline This is a multi-part message in MIME format. --upas-gcijbrmwznlsxxwniyqyzvmkkh 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=0002-ape-mkstemp-include-header-for-mktemp.patch --upas-gcijbrmwznlsxxwniyqyzvmkkh Content-Type: application/octet-stream Content-Disposition: attachment; filename="0002-ape-mkstemp-include-header-for-mktemp.patch.suspect" From: Benjamin Riefenstahl Date: Fri, 10 Dec 2021 20:47:09 +0000 Subject: [PATCH] ape/mkstemp: include header for mktemp --- diff 9a027a77a0d407d542dbb49be398a474b10deb2b dd7ad4725c5dfb26ad44e8e4206116f96f054ba4 --- a/sys/src/ape/lib/ap/gen/mkstemp.c Fri Dec 10 21:44:26 2021 +++ b/sys/src/ape/lib/ap/gen/mkstemp.c Fri Dec 10 21:47:09 2021 @@ -1,3 +1,6 @@ +#define _BSD_EXTENSION 1 +#include /* mktemp */ + #include #include #include -- 1.0 --upas-gcijbrmwznlsxxwniyqyzvmkkh-- --=-=-=--