public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andreas Steinmetz <ast@domdv.de>
To: Andrei Ivanov <andrei.ivanov@ines.ro>
Cc: Robert Love <rml@tech9.net>,
	procps-list@redhat.com, linux-kernel@vger.kernel.org,
	riel@conectiva.com.br
Subject: Re: [announce] procps 2.0.11
Date: Wed, 18 Dec 2002 02:27:46 +0100	[thread overview]
Message-ID: <3DFFCF12.6050902@domdv.de> (raw)
In-Reply-To: <Pine.LNX.4.50L0.0212112343550.6387-100000@webdev.ines.ro>

[-- Attachment #1: Type: text/plain, Size: 261 bytes --]

Andrei Ivanov wrote:
> top reports this:
> 
> 7 root 18446744073709551615 -20 0 0 0 SW< 0.0  0.0   A0:00   0 mdrecoveryd
> 8 root 18446744073709551615 -20 0 0 0 SW< 0.0  0.0   0:00   0 raid1d
> 
> is this strange or what ?
> 

The attached patch does fix this.

[-- Attachment #2: procps.diff --]
[-- Type: text/plain, Size: 440 bytes --]

diff -rNu procps-2.0.11-orig/top.c procps-2.0.11/top.c
--- procps-2.0.11-orig/top.c	2002-11-24 00:01:58.000000000 +0100
+++ procps-2.0.11/top.c	2002-12-17 20:36:28.000000000 +0100
@@ -1125,7 +1125,7 @@
 			if (task->priority < -99)
 				sprintf(tmp, " RT ");
 			else
-				sprintf(tmp, "%3llu ", task->priority);
+				sprintf(tmp, "%3lld ", task->priority);
 			break;
 		case P_NICE:
 			sprintf(tmp, "%3.3s ", scale_k(task->nice, 3, 0));

  reply	other threads:[~2002-12-18  1:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-11 20:50 [announce] procps 2.0.11 Robert Love
2002-12-11 21:48 ` Andrei Ivanov
2002-12-18  1:27   ` Andreas Steinmetz [this message]
2002-12-18  2:36     ` Robert Love

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=3DFFCF12.6050902@domdv.de \
    --to=ast@domdv.de \
    --cc=andrei.ivanov@ines.ro \
    --cc=linux-kernel@vger.kernel.org \
    --cc=procps-list@redhat.com \
    --cc=riel@conectiva.com.br \
    --cc=rml@tech9.net \
    /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