Date: Sat, 8 Jan 2011 02:23:59 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet tcp_var.h Message-ID: <201101080224.p082ODHq023543@repoman.freebsd.org>
index | next in thread | raw e-mail
bz 2011-01-08 02:23:59 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/netinet tcp_var.h
Log:
SVN rev 217141 on 2011-01-08 02:23:59Z by bz
Move the uint64_t to were the padding was before, rather than before all
pad. Keep them to the end so that the two pad[]s are kept together.
This should restore ABI as well on platforms, where
sizeof(void *) != sizeof(uint64_t)
after r216968, r217018.
Reviewed by: gnn, jhb, lstewart
Revision Changes Path
1.182.2.10 +3 -2 src/sys/netinet/tcp_var.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101080224.p082ODHq023543>
