Loading
parted: backport upstream C23 fix
Without the change the build against c23 compiler (like `gcc-15`) fails as:
parted> parted.c: In function '_init_commands':
parted> parted.c:2469:9: error: passing argument 2 of 'command_create' from incompatible pointer type []
parted> 2469 | do_version,
parted> | ^~~~~~~~~~
parted> | |
parted> | int (*)(void)