Skip to content
Commit 4b06a81f authored by Eric W. Biederman's avatar Eric W. Biederman
Browse files

userns: Silence silly gcc warning.



On 32bit builds gcc says:
kernel/user.c:30:4: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
kernel/user.c:38:4: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]

Silence gcc by changing the constant 4294967295 to 4294967295U.

Signed-off-by: default avatarEric W. Biederman <ebiederm@xmission.com>
parent 8ca937a6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment