commit | 03dc2cfca536df89f4b1747caad9324c9be482fa | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Nov 02 15:27:49 2017 +0000 |
committer | David Howells <dhowells@redhat.com> | Mon Nov 13 15:38:18 2017 +0000 |
tree | 7bb0cedf49ccd5f056edc2950ece6428413f9581 | |
parent | f4b3526d83c40dd8bf5948b9d7a1b2c340f0dcc8 [diff] |
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: David Howells <dhowells@redhat.com>