Updated linters and correct uint32
In order to correct warnings from the linters and better handle cases where system calls expect an unsigned integer value we shifted to relying on a uint32 type for several variables relating to user lookups.
In order to correct warnings from the linters and better handle cases where system calls expect an unsigned integer value we shifted to relying on a uint32 type for several variables relating to user lookups.