regen for lpathconf.

This commit is contained in:
christos 2020-05-27 18:26:29 +00:00
parent dc6f7f016f
commit 81ee3dd532
3 changed files with 8 additions and 6 deletions

View File

@ -1,9 +1,9 @@
/* $NetBSD: rumpkern_syscalls.c,v 1.5 2019/09/22 23:03:21 christos Exp $ */
/* $NetBSD: rumpkern_syscalls.c,v 1.6 2020/05/27 18:26:29 christos Exp $ */
/* AUTOMATICALLY GENERATED BY makerumpsyscalls.sh */
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rumpkern_syscalls.c,v 1.5 2019/09/22 23:03:21 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: rumpkern_syscalls.c,v 1.6 2020/05/27 18:26:29 christos Exp $");
#include <sys/param.h>

View File

@ -1,9 +1,9 @@
/* $NetBSD: rumpnet_syscalls.c,v 1.5 2019/09/22 23:03:21 christos Exp $ */
/* $NetBSD: rumpnet_syscalls.c,v 1.6 2020/05/27 18:26:29 christos Exp $ */
/* AUTOMATICALLY GENERATED BY makerumpsyscalls.sh */
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rumpnet_syscalls.c,v 1.5 2019/09/22 23:03:21 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: rumpnet_syscalls.c,v 1.6 2020/05/27 18:26:29 christos Exp $");
#include <sys/param.h>

View File

@ -1,9 +1,9 @@
/* $NetBSD: rumpvfs_syscalls.c,v 1.7 2019/09/25 16:44:42 christos Exp $ */
/* $NetBSD: rumpvfs_syscalls.c,v 1.8 2020/05/27 18:26:29 christos Exp $ */
/* AUTOMATICALLY GENERATED BY makerumpsyscalls.sh */
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rumpvfs_syscalls.c,v 1.7 2019/09/25 16:44:42 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: rumpvfs_syscalls.c,v 1.8 2020/05/27 18:26:29 christos Exp $");
#include <sys/param.h>
@ -111,6 +111,7 @@ extern sy_call_t sys___getvfsstat90;
extern sy_call_t sys___statvfs190;
extern sy_call_t sys___fstatvfs190;
extern sy_call_t sys___fhstatvfs190;
extern sy_call_t sys_lpathconf;
static const struct rump_onesyscall mysys[] = {
{ 5, sys_open },
@ -215,6 +216,7 @@ static const struct rump_onesyscall mysys[] = {
{ 484, sys___statvfs190 },
{ 485, sys___fstatvfs190 },
{ 486, sys___fhstatvfs190 },
{ 499, sys_lpathconf },
};
RUMP_COMPONENT(RUMP_COMPONENT_SYSCALL)