1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

sysutils/atop: a function pointer was called with incorrect number of argument

PR:                       239586
Submitted by:             msl0000023508@gmail.com
Approved by:              krion (mentor)
Differential Revision:    https://reviews.freebsd.org/D22090
This commit is contained in:
Oleksii Samorukov 2019-10-19 18:52:25 +00:00
parent a06276becd
commit 0c67e155dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514824
2 changed files with 15 additions and 2 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= atop
PORTVERSION= 2.0.2.b3
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= sysutils
MAINTAINER= samm@freebsd.org
@ -11,12 +11,13 @@ COMMENT= ASCII Monitor for system resources and process activity
LICENSE= GPLv2
USES= ncurses
USE_GITHUB= yes
GH_ACCOUNT= samm-git
GH_PROJECT= atop-freebsd
GH_TAGNAME= ${PORTNAME}-${PORTVERSION:C|b|fbsd.beta|}
USES= ncurses
MAKEFILE= BSDmakefile
LOGDIR?= /var/log/atop
PLIST_SUB+= LOGDIR="${LOGDIR}"

View File

@ -0,0 +1,12 @@
--- 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 : " ",