mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 10:08:41 -05:00
than doing weird type-punning that happened to work because the size was right. We copied a zfs devdesc into a disk_devdesc and then after passing through a NULL pointer reinterpreted it as a zfs_devdesc. Instead, pass the base devdesc around and 'upcase' when we know the types are right. This has the happy side effect of fixing a gcc warning about bad type punning. Differential Revision: https://reviews.freebsd.org/D15629 |
||
|---|---|---|
| .. | ||
| test | ||
| userboot | ||
| Makefile | ||
| Makefile.inc | ||
| userboot.h | ||