_perm 35 compat/common/kern_ipc_23.c (to)->type##_perm.cuid = (from)->type##_perm.cuid; \ _perm 36 compat/common/kern_ipc_23.c (to)->type##_perm.cgid = (from)->type##_perm.cgid; \ _perm 37 compat/common/kern_ipc_23.c (to)->type##_perm.uid = (from)->type##_perm.uid; \ _perm 38 compat/common/kern_ipc_23.c (to)->type##_perm.gid = (from)->type##_perm.gid; \ _perm 39 compat/common/kern_ipc_23.c (to)->type##_perm.mode = (from)->type##_perm.mode & 0xffffU; \ _perm 40 compat/common/kern_ipc_23.c (to)->type##_perm.seq = (from)->type##_perm.seq; \ _perm 41 compat/common/kern_ipc_23.c (to)->type##_perm.key = (from)->type##_perm.key; \ _perm 87 compat/common/kern_ipc_35.c (to)->type##_perm.cuid = (from)->type##_perm.cuid; \ _perm 88 compat/common/kern_ipc_35.c (to)->type##_perm.cgid = (from)->type##_perm.cgid; \ _perm 89 compat/common/kern_ipc_35.c (to)->type##_perm.uid = (from)->type##_perm.uid; \ _perm 90 compat/common/kern_ipc_35.c (to)->type##_perm.gid = (from)->type##_perm.gid; \ _perm 91 compat/common/kern_ipc_35.c (to)->type##_perm.mode = (from)->type##_perm.mode & 0xffffU; \ _perm 92 compat/common/kern_ipc_35.c (to)->type##_perm.seq = (from)->type##_perm.seq; \ _perm 93 compat/common/kern_ipc_35.c (to)->type##_perm.key = (from)->type##_perm.key; \