HomeFreeBSD

Make RLIM_INFINITY usable without including <stdint.h>.

Description

Make RLIM_INFINITY usable without including <stdint.h>.

By using __uint64_t instead of uint64_t, this constant can also be used
if <sys/resource.h> is included on its own.

Details

Provenance
edAuthored on
Parents
rS301080: zfsd: Remove a redundant semicolon,
Branches
Unknown
Tags
Unknown