Drop reread_partition_table binary
authorMichael Prokop <mika@grml.org>
Fri, 1 Jun 2018 14:59:48 +0000 (16:59 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 1 Jun 2018 14:59:48 +0000 (16:59 +0200)
commitc07e10f95b370c9e59461f6e4369cf6c2eab395e
tree72d4522d4b2ed02c9a790b92d59fb3601f74154d
parent5be17a0cbe05caf0a3baeee396ed01f1c7130ca7
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.
compile/.gitignore
compile/Makefile
compile/reread_partition_table.c [deleted file]
debian/overrides
debian/rules
manpages/reread_partition_table.8 [deleted file]