CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/09/05 04:28:43
Modified files:
sys/compat/ibcs2: ibcs2_misc.c
sys/compat/linux: linux_ipc.c linux_misc.c linux_socket.c
Log message:
Fix various cases of stackgap_alloc() size arguments not being computed
correctly, usually yielding the right value on 32 bit machines because
sizeof int == sizeof pointer.
