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)
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.


No differences found