From: Andrew Morton <akpm@zip.com.au>
To: kwijibo@zianet.com
Cc: Klaus Dittrich <kladit@t-online.de>, linux-kernel@vger.kernel.org
Subject: Re: xosview
Date: Wed, 05 Jun 2002 00:55:35 -0700 [thread overview]
Message-ID: <3CFDC3F7.30C42775@zip.com.au> (raw)
In-Reply-To: <200206050607.g556721s005527@df1tlpc.local.here> <3CFDC063.3090800@zianet.com>
kwijibo@zianet.com wrote:
>
> I believe it is xosview that needs to change and not
> the kernel. Mine worked with pre8 however, my move
> to pre10 broke it.
>
It's the gunk in /proc/stat which broke it. Some
accidentally-included debug stuff.
--- linux-2.4.19-pre9/fs/proc/proc_misc.c Tue May 28 17:23:37 2002
+++ linux-mnm/fs/proc/proc_misc.c Tue Jun 4 23:25:12 2002
@@ -322,7 +322,7 @@ static int kstat_read_proc(char *page, c
#if !defined(CONFIG_ARCH_S390)
for (i = 0 ; i < NR_IRQS ; i++)
proc_sprintf(page, &off, &len,
- " %u", kstat_irqs(i) + 1000000000);
+ " %u", kstat_irqs(i));
#endif
proc_sprintf(page, &off, &len, "\ndisk_io: ");
-
next prev parent reply other threads:[~2002-06-05 7:51 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-06-05 6:07 xosview Klaus Dittrich
2002-06-05 7:29 ` xosview J Sloan
2002-06-05 7:40 ` xosview kwijibo
2002-06-05 7:55 ` Andrew Morton [this message]
2002-06-05 7:52 ` xosview Kristian Peters
2002-06-05 7:53 ` xosview Jochen Krieb
-- strict thread matches above, loose matches on Subject: below --
2002-06-05 19:32 xosview Klaus Dittrich
2016-07-29 16:52 xosview Anthony Youngman
2016-07-29 23:23 ` xosview Glenn Enright
2016-08-01 18:50 ` xosview Bill Hudacek
2016-08-01 19:25 ` xosview Wols Lists
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=3CFDC3F7.30C42775@zip.com.au \
--to=akpm@zip.com.au \
--cc=kladit@t-online.de \
--cc=kwijibo@zianet.com \
--cc=linux-kernel@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.