https://bugzilla.novell.com/show_bug.cgi?id=866669 https://bugzilla.novell.com/show_bug.cgi?id=866669#c11 --- Comment #11 from Thorsten Kukuk <kukuk@suse.com> 2014-03-18 16:47:34 UTC --- Ok, this reminds me on one important thing: All types of xdr_*() functions need to have the same size on any system, else a 32bit system for example couldn't communicate with a 64bit system any longer. Thus u_quad_t/u_int64_t for xdr_u_longlong_t on x86-64 seems to be correct. You only need to remind when this functions where written and that no 64bit systems did exist at that time. I propose to not change anything to not break all existing RPC software out in the world. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.