Files
src/sys/contrib
John Baldwin 48f52d9179 zfs: Fix build on 32-bit platforms after most recent import.
unsigned long is not a uint64_t on 32-bit platforms.  The zfs.4
manpage documents this variable as a uint, and it is only compared
with other variables of type int, so uint_t makes more sense than
unsigned long.

(I also wasn't sure if ULONG would work as a ZFS_MODULE_PARAM type
on other OS's)
2023-05-25 07:11:38 -07:00
..
2023-02-25 10:34:06 -05:00
2023-05-12 11:21:16 +00:00
2023-04-25 14:25:31 -04:00
2023-02-16 23:57:24 -08:00
2023-01-27 17:22:31 +00:00