mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 02:30:44 -04:00
PR: 239586 Submitted by: msl0000023508@gmail.com Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D22090
12 lines
410 B
C
12 lines
410 B
C
--- atopsar.c.orig 2014-01-16 00:05:34 UTC
|
|
+++ atopsar.c
|
|
@@ -600,7 +600,8 @@
|
|
*/
|
|
printf("%s ", convtime(curtime, timebuf));
|
|
|
|
- if ( !(rv = (pridef[i].priline)(ss, (struct tstat *)0, 0,
|
|
+ if ( !(rv = (pridef[i].priline)(ss, (struct tstat *)0,
|
|
+ (struct tstat **)0, 0,
|
|
numsecs, numsecs*hertz, hertz,
|
|
osvers, osrel, ossub,
|
|
stampalways ? timebuf : " ",
|