From: mkf9@riseup.net
To: 9front@9front.org
Subject: [9front] [PATCH] tee: remove unused variable in
Date: Wed, 09 Nov 2022 13:46:40 +0000 [thread overview]
Message-ID: <99952705f2a482416df3c41ce23702fa@riseup.net> (raw)
--- /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;
next reply other threads:[~2022-11-09 13:48 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-09 13:46 mkf9 [this message]
2022-11-15 22:07 ` mkf9
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=99952705f2a482416df3c41ce23702fa@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).