};
struct syscallhandler {
int num;
- void (*handler)
- __P((int, struct str_msg_ask *, struct systrace_answer *));
+ void (*handler) __P((int, struct str_msg_ask *, struct systrace_answer *));
struct syscallhandler *next;
};
memset(&ans, 0, sizeof(ans));
ans.stra_pid = msg.msg_pid;
ans.stra_seqnr = msg.msg_seqnr;
- check_syscall(fd, &msg.msg_data.msg_ask,
- &ans, &handlers);
+ check_syscall(fd, &msg.msg_data.msg_ask, &ans, &handlers);
if ((ioctl(fd, STRIOCANSWER, &ans)) == -1)
goto fail;
break;
* the various emulations are.
*/
warnx("change in emul");
- update_child(&children, msg.msg_pid, msg.msg_data.msg_ugid.uid);
memset(&ans, 0, sizeof(ans));
ans.stra_pid = msg.msg_pid;
ans.stra_seqnr = msg.msg_seqnr;