9front - general discussion about 9front
 help / color / mirror / Atom feed
From: mkf9 <mkf9@riseup.net>
To: 9front@9front.org
Subject: Re: [9front] [PATCH] tee: remove unused variable in
Date: Wed, 16 Nov 2022 01:37:40 +0330 (GMT+03:30)	[thread overview]
Message-ID: <fc2bea21-3862-4a4d-acc2-57fe3ce6889b@riseup.net> (raw)
In-Reply-To: <99952705f2a482416df3c41ce23702fa@riseup.net>

ping

Nov 9, 2022 17:17:03 mkf9@riseup.net:

> --- /sys/src/cmd/tee.c
> +++ tee.c
> @@ -9,7 +9,6 @@
>     FDSTART = 3,
> };
>
> -int    uflag;
> int    aflag;
>
> char in[8192];
> @@ -32,7 +31,6 @@
>         break;
>
>     case 'u':
> -       uflag++;
>         /* uflag is ignored and undocumented; it's a relic from Unix */
>         break;

  reply	other threads:[~2022-11-15 22:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-09 13:46 mkf9
2022-11-15 22:07 ` mkf9 [this message]
2022-11-16  1:47 ` Sigrid Solveig Haflínudóttir
2022-11-16  2:57   ` Michael Forney
2022-11-16  3:01     ` Sigrid Solveig Haflínudóttir
2022-11-16  3:09     ` ori
2022-11-16 10:34   ` mkf9

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=fc2bea21-3862-4a4d-acc2-57fe3ce6889b@riseup.net \
    --to=mkf9@riseup.net \
    --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).