git: <sys/sysproto.h>: Remove unneeded inclusion of <sys/sysmsg.h>.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sat Nov 28 01:23:20 PST 2020
commit 5b4edd144dfc2021e6e23094db14b57731d11c3a
Author: Sascha Wildner <saw at online.de>
Date: Sat Nov 28 10:22:49 2020 +0100
<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>.
Summary of changes:
sys/kern/makesyscalls.sh | 1 -
sys/sys/sysproto.h | 1 -
2 files changed, 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5b4edd144dfc2021e6e23094db14b57731d11c3a
--
DragonFly BSD source repository
More information about the Commits
mailing list