Files
scst/iscsi-scst/usr
Gleb Chesnokov f32f464190 iscsi-scstd: Fix redefinition of bool when building with GCC 15
GCC 15 (C23) now reserves bool/true/false, so the local typedef in
iscsid.d breaks the build:

    error: cannot use keyword 'false' as enumeration constant
    error: expected ';', identifier or '(' before 'bool'

Include <stdbool.h> and drop the typedef.
2025-04-18 18:54:20 +03:00
..
2023-08-22 10:02:40 +03:00
2023-08-22 10:02:40 +03:00
2018-04-12 03:49:10 +00:00
2023-08-22 10:02:40 +03:00
2018-04-12 03:49:10 +00:00
2010-04-23 17:50:01 +00:00
2018-04-12 03:49:10 +00:00
2019-05-09 16:26:46 +00:00
2018-04-12 03:49:10 +00:00
2010-04-23 17:50:01 +00:00
2024-04-22 10:21:15 +03:00
2018-04-12 03:49:10 +00:00