From: Anatoly Pugachev Date: Fri, 23 Nov 2018 14:29:27 +0000 (+0300) Subject: sar: fix a small inconsistency in header of print_sar_restart function X-Git-Tag: v12.1.2~22^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd002a859eb418e25b60855890a480ca44f5e7a7;p=sysstat sar: fix a small inconsistency in header of print_sar_restart function file_hdr is used to report number of CPUs Signed-off-by: Anatoly Pugachev --- diff --git a/sar.c b/sar.c index f353a47..436d7b7 100644 --- a/sar.c +++ b/sar.c @@ -601,7 +601,7 @@ int sa_read(void *buffer, size_t size) * @cur_date Date string of current restart message (unused here). * @cur_time Time string of current restart message. * @utc True if @cur_time is expressed in UTC (unused here). - * @file_hdr System activity file standard header (unused here). + * @file_hdr System activity file standard header. *************************************************************************** */ __printf_funct_t print_sar_restart(int *tab, int action, char *cur_date, char *cur_time,