From: Michael Prokop Date: Fri, 1 Jun 2018 14:59:48 +0000 (+0200) Subject: Drop reread_partition_table binary X-Git-Tag: v2.8.0~1 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=c07e10f95b370c9e59461f6e4369cf6c2eab395e;hp=c07e10f95b370c9e59461f6e4369cf6c2eab395e;p=grml-scripts.git Drop reread_partition_table binary Fails to build against recent fs.h versions: | In file included from reread_partition_table.c:12:0: | /usr/include/linux/fs.h:366:23: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__kernel_rwf_t' | typedef int __bitwise __kernel_rwf_t; | ^~~~~~~~~~~~~~ | make[1]: *** [Makefile:24: reread_partition_table] Error 1 It's not worth any further work, partprobe(8) does the job as well and is maintained. ---