NetBSD/sbin/fdisk
mlelstv 51aec893ad In validate_bootsel, the code assumed that arr[j][i] can be accessed
with something like arr[0][j*ARRAYWIDTH+i]. gcc no longer allows such
hacks and discards the code silently because of undefined behaviour.
2018-11-14 12:05:29 +00:00
..
Makefile
fdisk.8 Fix spelling of simultaneous. 2017-01-27 10:12:05 +00:00
fdisk.c In validate_bootsel, the code assumed that arr[j][i] can be accessed 2018-11-14 12:05:29 +00:00