Module Name: src
Committed By: njoly
Date: Fri Apr 4 18:20:28 UTC 2014
Modified Files:
src/sys/rump/librump/rumpkern: Makefile.rumpkern
Log Message:
Add compat 50 time syscalls, needed by rump sys_linux.
To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 src/sys/rump/librump/rumpkern/Makefile.rumpkern
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/librump/rumpkern/Makefile.rumpkern
diff -u src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.142 src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.143
--- src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.142 Wed Apr 2 19:37:17 2014
+++ src/sys/rump/librump/rumpkern/Makefile.rumpkern Fri Apr 4 18:20:28 2014
@@ -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 @@ SRCS+= rijndael.c
# 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.