Broken patch in libgtop2

walt wa1ter at myrealbox.com
Mon Aug 7 08:13:17 PDT 2006


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!






More information about the Bugs mailing list