Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/librump/rumpkern regen
details: https://anonhg.NetBSD.org/src/rev/fe0ab474c9a6
branches: trunk
changeset: 781655:fe0ab474c9a6
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Sep 20 17:47:05 2012 +0000
description:
regen
diffstat:
sys/rump/librump/rumpkern/rump_syscalls.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r eaefe17081a7 -r fe0ab474c9a6 sys/rump/librump/rumpkern/rump_syscalls.c
--- a/sys/rump/librump/rumpkern/rump_syscalls.c Thu Sep 20 17:46:21 2012 +0000
+++ b/sys/rump/librump/rumpkern/rump_syscalls.c Thu Sep 20 17:47:05 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rump_syscalls.c,v 1.82 2012/08/03 12:42:10 pooka Exp $ */
+/* $NetBSD: rump_syscalls.c,v 1.83 2012/09/20 17:47:05 pooka Exp $ */
/*
* System call vector and marshalling for rump.
@@ -11,7 +11,7 @@
#ifdef __NetBSD__
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.82 2012/08/03 12:42:10 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.83 2012/09/20 17:47:05 pooka Exp $");
#include <sys/fstypes.h>
#include <sys/proc.h>
@@ -5700,4 +5700,5 @@
(sy_call_t *)rump_enosys }, /* 511 = filler */
};
CTASSERT(__arraycount(rump_sysent) == SYS_NSYSENT);
+__strong_alias(sysent,rump_sysent);
#endif /* RUMP_CLIENT */
Home |
Main Index |
Thread Index |
Old Index