From: Kevin Coffman Date: Thu, 8 Feb 2007 22:27:09 +0000 (-0500) Subject: Treat GSSAPI error codes as unsigned. X-Git-Tag: nfs-utils-1-0-11~14 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=2344b8edd958a1089fb19e985a735b41f6e7677e;hp=2344b8edd958a1089fb19e985a735b41f6e7677e;p=nfs-utils.git Treat GSSAPI error codes as unsigned. Signed-off-by: Kevin Coffman 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 ---