CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2010/05/28 02:32:41
Modified files: sys/netinet : tcp_output.c Log message: Make sure the temporary buffer used to generate tcp options is properly aligned, otherwise we lose on strict alignment architecture. Should fix problems with gcc4 compiled bsd.rd's that people see on sparc64. ok millert@, beck@, jsing@