]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Bring back the old size of the kinfo_file structure to preserve ABI.
authorpjd <pjd@FreeBSD.org>
Sat, 4 Jan 2014 21:55:06 +0000 (21:55 +0000)
committerpjd <pjd@FreeBSD.org>
Sat, 4 Jan 2014 21:55:06 +0000 (21:55 +0000)
commita2d1c311a186c1efe9e9d6951a51132cab88435f
tree289d51f9c42e4a399bb94e47710df1a527503b7f
parent27a6c698d6f275fc6020b935a6750fb50881eef5
Bring back the old size of the kinfo_file structure to preserve ABI.
Keep only one uint64_t spare for further cap_rights_t expension.

Add a comment clarifying that if the size of this structure changes,
a new sysctl MIB has to be allocate for it and the old structure has
to be returned by the old sysctl MIB.

Requested by: re
MFC after: 3 days
sys/sys/user.h