9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] kernel typo
@ 2003-10-09 16:26 Richard Miller
  0 siblings, 0 replies; only message in thread
From: Richard Miller @ 2003-10-09 16:26 UTC (permalink / raw)
  To: 9fans

/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);



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-10-09 16:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-09 16:26 [9fans] kernel typo Richard Miller

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).