Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/compat/linux/arch/mips/linux_sysent.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/compat/linux/arch/mips/linux_sysent.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.65.2.2 retrieving revision 1.65.2.3 diff -u -p -r1.65.2.2 -r1.65.2.3 --- src/sys/compat/linux/arch/mips/linux_sysent.c 2017/01/07 08:56:30 1.65.2.2 +++ src/sys/compat/linux/arch/mips/linux_sysent.c 2017/03/20 06:57:25 1.65.2.3 @@ -1,14 +1,14 @@ -/* $NetBSD: linux_sysent.c,v 1.65.2.2 2017/01/07 08:56:30 pgoyette Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.65.2.3 2017/03/20 06:57:25 pgoyette Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.61 2017/01/02 16:32:10 manu Exp + * created from NetBSD: syscalls.master,v 1.66 2017/02/09 22:02:05 christos Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.65.2.2 2017/01/07 08:56:30 pgoyette Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.65.2.3 2017/03/20 06:57:25 pgoyette Exp $"); #include #include @@ -1402,11 +1402,15 @@ struct sysent linux_sysent[] = { .sy_call = linux_sys_nosys, }, /* 333 = filler */ { - .sy_call = linux_sys_nosys, - }, /* 334 = filler */ + ns(struct linux_sys_accept4_args), + .sy_flags = SYCALL_ARG_PTR, + .sy_call = (sy_call_t *)linux_sys_accept4 + }, /* 334 = accept4 */ { - .sy_call = linux_sys_nosys, - }, /* 335 = filler */ + ns(struct linux_sys_recvmmsg_args), + .sy_flags = SYCALL_ARG_PTR, + .sy_call = (sy_call_t *)linux_sys_recvmmsg + }, /* 335 = recvmmsg */ { .sy_call = linux_sys_nosys, }, /* 336 = filler */ @@ -1432,8 +1436,10 @@ struct sysent linux_sysent[] = { .sy_call = linux_sys_nosys, }, /* 343 = filler */ { - .sy_call = linux_sys_nosys, - }, /* 344 = filler */ + ns(struct linux_sys_sendmmsg_args), + .sy_flags = SYCALL_ARG_PTR, + .sy_call = (sy_call_t *)linux_sys_sendmmsg + }, /* 344 = sendmmsg */ { .sy_call = linux_sys_nosys, }, /* 345 = filler */