git: <sys/sysmsg.h>: Remove a deprecated and duplicate union member
Aaron LI
aly at crater.dragonflybsd.org
Wed Jan 20 06:06:03 PST 2021
commit 071d1d69a6c13b850f725b3213176dbda1aee838
Author: Aaron LI <aly at aaronly.me>
Date: Wed Jan 20 10:26:40 2021 +0800
<sys/sysmsg.h>: Remove a deprecated and duplicate union member
In 'union sm_result', the 'int result' member is deprecated and replaced
by the 'int iresult' member. So remove the 'result' one and change the
'sysmsg_result' macro accordingly.
Summary of changes:
sys/sys/sysmsg.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/071d1d69a6c13b850f725b3213176dbda1aee838
--
DragonFly BSD source repository
More information about the Commits
mailing list