HomeFreeBSD

linprocfs: Really fix time_t type issue

Description

linprocfs: Really fix time_t type issue

The cast to (long) is wrong on all the other 32-bit platforms. (long
long) is the correct type on all platforms. Also, use a z modifier for
size_t which also fails on 32-bit platforms.

Fixes: 02f481a30b82
Sponsored by: Netflix

Details

Provenance
impAuthored on Sun, May 12, 4:53 AM
Parents
rG6d79564fe341: devfs_allocv(): style
Branches
Unknown
Tags
Unknown
Reverted By
rG71ffda413069: Revert linprocfs commits