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=NICE_REPLY_A autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 32249 invoked from network); 21 Feb 2021 03:40:18 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 21 Feb 2021 03:40:18 -0000 Received: from mail.posixcafe.org ([45.76.19.58]) by 1ess; Sat Feb 20 21:43:27 -0500 2021 Received: from [10.68.170.147] (static-198-54-131-171.cust.tzulo.com [198.54.131.171]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id cbb5207c (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Sat, 20 Feb 2021 20:43:17 -0600 (CST) To: 9front@9front.org References: <39A9B17D51CA53B178DD683DA5835699@eigenstate.org> <3789890B-B415-4EC6-9CF6-5CD18188D073@stanleylieber.com> From: Jacob Moody Message-ID: Date: Sat, 20 Feb 2021 20:43:15 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: <3789890B-B415-4EC6-9CF6-5CD18188D073@stanleylieber.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: non-blocking AJAX wrapper-based injection dependency polling solution Subject: Re: [9front] tlsclient and hjgit for unix. Reply-To: 9front@9front.org Precedence: bulk > On February 20, 2021 7:24:50 PM EST, ori@eigenstate.org wrote:> diff --git a/libc/genrandom.c b/libc/genrandom.c> index 42522aa..890c291 100644> --- a/libc/genrandom.c> +++ b/libc/genrandom.c> @@ -3,10 +3,10 @@>> #undef long> #undef ulong> -#include > +#include >> void> genrandom(uchar *buf, int nbytes)> {> - getrandom(buf, nbytes, 0);> + getentropy(buf, nbytes);> }> Thank ori this should be applied now. On 2/20/21 7:39 PM, Stanley Lieber wrote: > rachael$ 9cpu > ./9cpu[35]: syntax error: `(' unexpected > Try running it with ksh instead or changing the bang line to ksh. It's erroring out on the process substitution. Not sure what the best way to handle this is(for using the right shell for the right system). Thanks, moody