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 Add compat 50 time syscalls, neede...



details:   https://anonhg.NetBSD.org/src/rev/4ffcc1d96eb5
branches:  trunk
changeset: 328503:4ffcc1d96eb5
user:      njoly <njoly%NetBSD.org@localhost>
date:      Fri Apr 04 18:20:28 2014 +0000

description:
Add compat 50 time syscalls, needed by rump sys_linux.

diffstat:

 sys/rump/librump/rumpkern/Makefile.rumpkern |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r cec3bb1e1272 -r 4ffcc1d96eb5 sys/rump/librump/rumpkern/Makefile.rumpkern
--- a/sys/rump/librump/rumpkern/Makefile.rumpkern       Fri Apr 04 18:17:36 2014 +0000
+++ b/sys/rump/librump/rumpkern/Makefile.rumpkern       Fri Apr 04 18:20:28 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.rumpkern,v 1.142 2014/04/02 19:37:17 pooka Exp $
+#      $NetBSD: Makefile.rumpkern,v 1.143 2014/04/04 18:20:28 njoly Exp $
 #
 
 .include "${RUMPTOP}/Makefile.rump"
@@ -153,6 +153,7 @@
 
 # compat
 SRCS+= kern_select_50.c
+SRCS+= kern_time_50.c
 
 # Set RUMP_UNREAL_ALLOCATORS to "yes" to use memory allocation hypercalls
 # directly instead of the kmem/pool allocators backed by hypercalls.



Home | Main Index | Thread Index | Old Index