# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/sysstat/linux26.patch # Copyright (C) 2004 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- sysstat-5.1.3/ioconf.c.vanilla 2004-12-26 02:42:36.470729288 +0100 +++ sysstat-5.1.3/ioconf.c 2004-12-26 02:43:10.872499424 +0100 @@ -27,6 +27,10 @@ #include #include +#ifndef MAX_BLKDEV +#define MAX_BLKDEV 255 +#endif + #include "ioconf.h" #ifdef USE_NLS