]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Treat GSSAPI error codes as unsigned.
authorKevin Coffman <kwc@citi.umich.edu>
Thu, 8 Feb 2007 22:27:09 +0000 (17:27 -0500)
committerNeil Brown <neilb@suse.de>
Fri, 9 Feb 2007 00:41:45 +0000 (11:41 +1100)
Signed-off-by: Kevin Coffman <kwc@citi.umich.edu>
GSSAPI error codes (major and minor) are defined as unsigned values.
However, we treat them as signed while passing them down to the
kernel where conversion fails if they include the minus sign.
Convert them as unsigned.
Signed-off-by: Neil Brown <neilb@suse.de>

No differences found