AMD64 - Fix file descriptor passing.
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 13 Aug 2009 23:07:55 +0000 (16:07 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 13 Aug 2009 23:07:55 +0000 (16:07 -0700)
commit72ed5f2f081eb30411768668554eec72f55c6174
tree147a7363d11e50cc141bd6312721a5fc3f19a0a1
parent5f9c11962227344b05d859cdd0d04006390da947
AMD64 - Fix file descriptor passing.

* The kernel was improperly assuming that the cmsghdr structure is
  aligned.  It is not on 64-bit architectures.

Reported-by: Antonio Huete <ahuete.devel@gmail.com>
sys/kern/uipc_usrreq.c