Skip to content
Commit 03dc2cfc authored by David Howells's avatar David Howells
Browse files

afs: Fix the afs_uuid struct to make the char-sized fields signed



In AFS's encoding of a UUID, the eight 'char' fields are all signed, so
represent them with __s8 rather than __u8.  This makes the compiler
sign-extend them correctly when XDR-encoding them.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent f4b3526d
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