]> Zhao Yanbai Git Server - minix.git/commit
UDS: align struct sockaddr_un with NetBSD
authorDavid van Moolenbroek <david@minix3.org>
Fri, 4 Oct 2013 16:00:42 +0000 (18:00 +0200)
committerLionel Sambuc <lionel@minix3.org>
Sat, 1 Mar 2014 08:04:57 +0000 (09:04 +0100)
commit10a344c3fd6626751d9e1d04887eb42e41c66ce0
tree71c5fcc5aeeb52e491ad8b3a04d04ae217e16b30
parent3e8346a8e81713f7608741ea9a1bb9aaa710e03a
UDS: align struct sockaddr_un with NetBSD

Well, make a start, anyway. Our copy was missing a legacy field from
the structure, that could very well cause applications to fail trying
to set, clear, or check it. As a consequence, SUN_LEN now yields the
same result as on NetBSD.

Change-Id: I80f6aff7769be402b3bd3959f64d314509ed138c
sys/sys/un.h
test/test56.c