From: kwc@citi.umich.edu Date: Mon, 3 Jul 2006 22:34:05 +0000 (-0400) Subject: Fix problems with 64-bit big-endian machines X-Git-Tag: nfs-utils-1-0-9~25 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=119c3e9aafe84c0f7c2846c46ad5e6f5eeece0da;hp=119c3e9aafe84c0f7c2846c46ad5e6f5eeece0da Fix problems with 64-bit big-endian machines Signed-off-by: Kevin Coffman Correct the definition of mech_used in the gss context to use gss_OID_desc. This fixes problems on 64-bit machines when referencing the OID. Also updates write_buffer function to use u_int rather than size_t when doing calculations. ---