Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/librump/rumpvfs Regen
details: https://anonhg.NetBSD.org/src/rev/21d17ab34aa9
branches: trunk
changeset: 454691:21d17ab34aa9
user: christos <christos%NetBSD.org@localhost>
date: Wed Sep 25 16:44:42 2019 +0000
description:
Regen
diffstat:
sys/rump/librump/rumpvfs/rumpvfs_syscalls.c | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diffs (37 lines):
diff -r 0765992429f5 -r 21d17ab34aa9 sys/rump/librump/rumpvfs/rumpvfs_syscalls.c
--- a/sys/rump/librump/rumpvfs/rumpvfs_syscalls.c Wed Sep 25 16:37:54 2019 +0000
+++ b/sys/rump/librump/rumpvfs/rumpvfs_syscalls.c Wed Sep 25 16:44:42 2019 +0000
@@ -1,9 +1,9 @@
-/* $NetBSD: rumpvfs_syscalls.c,v 1.6 2019/09/22 23:03:21 christos Exp $ */
+/* $NetBSD: rumpvfs_syscalls.c,v 1.7 2019/09/25 16:44:42 christos Exp $ */
/* AUTOMATICALLY GENERATED BY makerumpsyscalls.sh */
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rumpvfs_syscalls.c,v 1.6 2019/09/22 23:03:21 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rumpvfs_syscalls.c,v 1.7 2019/09/25 16:44:42 christos Exp $");
#include <sys/param.h>
@@ -107,6 +107,10 @@
extern sy_call_t sys___quotactl;
extern sy_call_t sys_posix_fallocate;
extern sy_call_t sys_fdiscard;
+extern sy_call_t sys___getvfsstat90;
+extern sy_call_t sys___statvfs190;
+extern sy_call_t sys___fstatvfs190;
+extern sy_call_t sys___fhstatvfs190;
static const struct rump_onesyscall mysys[] = {
{ 5, sys_open },
@@ -207,6 +211,10 @@
{ 473, sys___quotactl },
{ 479, sys_posix_fallocate },
{ 480, sys_fdiscard },
+ { 483, sys___getvfsstat90 },
+ { 484, sys___statvfs190 },
+ { 485, sys___fstatvfs190 },
+ { 486, sys___fhstatvfs190 },
};
RUMP_COMPONENT(RUMP_COMPONENT_SYSCALL)
Home |
Main Index |
Thread Index |
Old Index