Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump Forgot these two generated files...
details: https://anonhg.NetBSD.org/src/rev/36c1fc9e403e
branches: trunk
changeset: 818817:36c1fc9e403e
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Wed Nov 02 00:32:59 2016 +0000
description:
Forgot these two generated files...
diffstat:
sys/rump/include/rump/rump_syscalls.h | 4 ++--
sys/rump/librump/rumpkern/rump_syscalls.c | 9 +++++----
2 files changed, 7 insertions(+), 6 deletions(-)
diffs (51 lines):
diff -r 9f8535291d6d -r 36c1fc9e403e sys/rump/include/rump/rump_syscalls.h
--- a/sys/rump/include/rump/rump_syscalls.h Wed Nov 02 00:14:11 2016 +0000
+++ b/sys/rump/include/rump/rump_syscalls.h Wed Nov 02 00:32:59 2016 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: rump_syscalls.h,v 1.102 2016/07/03 14:26:48 christos Exp $ */
+/* $NetBSD: rump_syscalls.h,v 1.103 2016/11/02 00:32:59 pgoyette Exp $ */
/*
* System call protos in rump namespace.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.285 2016/07/03 14:24:59 christos Exp
+ * created from NetBSD: syscalls.master,v 1.286 2016/11/02 00:11:59 pgoyette Exp
*/
#ifndef _RUMP_RUMP_SYSCALLS_H_
diff -r 9f8535291d6d -r 36c1fc9e403e sys/rump/librump/rumpkern/rump_syscalls.c
--- a/sys/rump/librump/rumpkern/rump_syscalls.c Wed Nov 02 00:14:11 2016 +0000
+++ b/sys/rump/librump/rumpkern/rump_syscalls.c Wed Nov 02 00:32:59 2016 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: rump_syscalls.c,v 1.129 2016/07/03 14:26:48 christos Exp $ */
+/* $NetBSD: rump_syscalls.c,v 1.130 2016/11/02 00:33:00 pgoyette Exp $ */
/*
* System call vector and marshalling for rump.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.285 2016/07/03 14:24:59 christos Exp
+ * created from NetBSD: syscalls.master,v 1.286 2016/11/02 00:11:59 pgoyette Exp
*/
#ifdef RUMP_CLIENT
@@ -15,7 +15,7 @@
#ifdef __NetBSD__
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.129 2016/07/03 14:26:48 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.130 2016/11/02 00:33:00 pgoyette Exp $");
#include <sys/fstypes.h>
#include <sys/proc.h>
@@ -6615,7 +6615,8 @@
.sy_call = (sy_call_t *)rumpns_enosys,
}, /* 25 = geteuid */
{
- .sy_call = (sy_call_t *)rumpns_enosys,
+ .sy_flags = SYCALL_NOSYS,
+ .sy_call = (sy_call_t *)rumpns_sys_nomodule,
}, /* 26 = ptrace */
{
ns(struct sys_recvmsg_args),
Home |
Main Index |
Thread Index |
Old Index