]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r329348 (by brooks):
authorkib <kib@FreeBSD.org>
Mon, 20 May 2019 16:31:45 +0000 (16:31 +0000)
committerkib <kib@FreeBSD.org>
Mon, 20 May 2019 16:31:45 +0000 (16:31 +0000)
commit2c28a55b7a73f3dae8922e7f5571dd6c59ea14fd
treee0defb5da9d891a56abd748bed0cf3dfabcf8068
parent7c696a30ee872df68a9f9d1126556464e6082571
MFC r329348 (by brooks):
Get rid of the requirement to include SysV IPC headers with _KERNEL
defined in ipcrm by introducing _WANT_SYSVxxx_INTERNALS defines.

MFC r329390 (by lwhsu):
Follow r329348 in ipcs for getting rid of the requirement to include SysV IPC
headers with _KERNEL.

Sponsored by: Mellanox Technologies
Approved by: re (gjb)
sys/sys/ipc.h
sys/sys/msg.h
sys/sys/sem.h
sys/sys/shm.h
usr.bin/ipcrm/ipcrm.c
usr.bin/ipcs/ipc.c
usr.bin/ipcs/ipc.h
usr.bin/ipcs/ipcs.c