9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Jacob Moody <moody@mail.posixcafe.org>
To: 9front@9front.org
Subject: Re: [9front] tlsclient and hjgit for unix.
Date: Sat, 20 Feb 2021 20:43:15 -0600	[thread overview]
Message-ID: <c27774a2-3b29-dbd2-a604-08bb3e8c0058@mail.posixcafe.org> (raw)
In-Reply-To: <3789890B-B415-4EC6-9CF6-5CD18188D073@stanleylieber.com>

> 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 <sys/random.h>> +#include <unistd.h>>> 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

  reply	other threads:[~2021-02-21  3:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-20 22:32 Jacob Moody
2021-02-20 23:39 ` sl
2021-02-21  0:24   ` ori
2021-02-21  1:39     ` Stanley Lieber
2021-02-21  2:43       ` Jacob Moody [this message]
2021-02-21  9:49         ` J D
2021-02-21 16:01           ` Stanley Lieber
2021-02-21  2:23 ` ori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c27774a2-3b29-dbd2-a604-08bb3e8c0058@mail.posixcafe.org \
    --to=moody@mail.posixcafe.org \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).