Project

General

Profile

Actions

Bug #286

closed

Broken patch in libgtop2

Added by wa1ter over 17 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

There is a typo in pkgsrc/sysutils/libgtop2/patches/patch-ab,
line 39:

+ buf->rtime = pinfo [0].kp_eproc.e.uticks / 100000;

That should read:

+ buf->rtime = pinfo [0].kp_eproc.e_uticks / 100000;

Joerg or Geert, could you fix that for us?

Thanks!

Actions #1

Updated by TGEN about 18 years ago

walt wrote:

There is a typo in pkgsrc/sysutils/libgtop2/patches/patch-ab,
line 39:
+ buf->rtime = pinfo [0].kp_eproc.e.uticks / 100000;
That should read:
+ buf->rtime = pinfo [0].kp_eproc.e_uticks / 100000;

It might be my eyes, but those lines are identical.

Cheers,
--
Thomas E. Spanjaard

Actions #2

Updated by dennis.melentyev about 18 years ago

e.uticks
vs
e_uticks
PS. Dunno each one is correct...

2006/8/7, Thomas E. Spanjaard <>:

walt wrote:

There is a typo in pkgsrc/sysutils/libgtop2/patches/patch-ab,
line 39:
+ buf->rtime = pinfo [0].kp_eproc.e.uticks / 100000;
That should read:
+ buf->rtime = pinfo [0].kp_eproc.e_uticks / 100000;

It might be my eyes, but those lines are identical.

Cheers,
--
Thomas E. Spanjaard

Actions #3

Updated by corecode about 18 years ago

fixed

Actions

Also available in: Atom PDF