9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Richard Miller <miller@hamnavoe.demon.co.uk>
To: 9fans@cse.psu.edu
Subject: [9fans] kernel typo
Date: Thu,  9 Oct 2003 17:26:34 +0100	[thread overview]
Message-ID: <7a20e9f31043ea7c6d2b6b0214a927da@hamnavoe.com> (raw)

/n/sources/plan9/sys/src/9/pc/mouse.c:310 c /sys/src/9/pc/mouse.c:310
< 		strncmp(mouseport, cb->f[1], sizeof(mouseport)-1);
---
> 		strncpy(mouseport, cb->f[1], sizeof(mouseport)-1);



                 reply	other threads:[~2003-10-09 16:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=7a20e9f31043ea7c6d2b6b0214a927da@hamnavoe.com \
    --to=miller@hamnavoe.demon.co.uk \
    --cc=9fans@cse.psu.edu \
    /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).