Rename kernel-only members of semid_ds and msgid_ds.
authorbrooks <brooks@FreeBSD.org>
Fri, 2 Mar 2018 22:10:48 +0000 (22:10 +0000)
committerbrooks <brooks@FreeBSD.org>
Fri, 2 Mar 2018 22:10:48 +0000 (22:10 +0000)
commita0e10aee51ca255faf748a423ab1dd49539018ce
tree8a711014f3fb821be904fc1eccb4b402b68d50e5
parent045c331cc75f2b40fe5cd6a521bc55c08be761ee
Rename kernel-only members of semid_ds and msgid_ds.

This deliberately breaks the API in preperation for future syscall
revisions which will remove these nonstandard members.

In an exp-run a single port (devel/qemu-user-static) was found to
use them which it did becuase it emulates system calls.  This has
been fixed in the ports tree.

PR: 224443 (exp-run)
Reviewed by: kib, jhb (previous version)
Exp-run by: antoine
Sponsored by: DARPA, AFRP
Differential Revision: https://reviews.freebsd.org/D14490
lib/libc/sys/msgctl.2
lib/libc/sys/semctl.2
sys/compat/freebsd32/freebsd32_ipc.h
sys/i386/ibcs2/ibcs2_ipc.c
sys/kern/sysv_msg.c
sys/kern/sysv_sem.c
sys/sys/msg.h
sys/sys/sem.h