<sys/sysproto.h>: Remove unneeded inclusion of <sys/sysmsg.h>.
commit5b4edd144dfc2021e6e23094db14b57731d11c3a
authorSascha Wildner <saw@online.de>
Sat, 28 Nov 2020 09:22:49 +0000 (28 10:22 +0100)
committerSascha Wildner <saw@online.de>
Sat, 28 Nov 2020 09:22:49 +0000 (28 10:22 +0100)
tree8eb801c0ba157edac8253e088c094e87cec1a80c
parentf96738720d34da76452c0c51f5dab1470d0d2a8d
<sys/sysproto.h>: Remove unneeded inclusion of <sys/sysmsg.h>.

After 80d831e1ad5c5886e45827bf13837cf84baba296, which removed the
struct sysmsg's in the *_args structures, this is no longer needed.

It also resolves circular #include issues because that commit at the
same time added #include <sys/sysproto.h> to <sys/sysmsg.h>.
sys/kern/makesyscalls.sh
sys/sys/sysproto.h