]> granicus.if.org Git - sysstat/commit
ioconf: Update constant values
authorSebastien GODARD <sysstat@users.noreply.github.com>
Thu, 19 Jul 2018 05:53:13 +0000 (07:53 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Thu, 19 Jul 2018 05:53:13 +0000 (07:53 +0200)
commit630498caa440a62d226e4f69c26eb90bffbc7504
tree27637ff07ee3232c6979634df7658b4b3711ef15
parent9a336f64473ce603ded26f9a4538dae5a9453711
ioconf: Update constant values

Change constant values to avoid defining arrays size as
type array[CONSTANT_VALUE + 1];
This is error-prone and not consistent with the rest of sysstat code.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
ioconf.c
ioconf.h