Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/kern/lib/libsys_linux fix tyop
details: https://anonhg.NetBSD.org/src/rev/fde0563d975f
branches: trunk
changeset: 325308:fde0563d975f
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Dec 17 14:30:18 2013 +0000
description:
fix tyop
diffstat:
sys/rump/kern/lib/libsys_linux/component.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5a758b72b7ce -r fde0563d975f sys/rump/kern/lib/libsys_linux/component.c
--- a/sys/rump/kern/lib/libsys_linux/component.c Tue Dec 17 13:44:59 2013 +0000
+++ b/sys/rump/kern/lib/libsys_linux/component.c Tue Dec 17 14:30:18 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: component.c,v 1.9 2013/12/16 15:36:30 pooka Exp $ */
+/* $NetBSD: component.c,v 1.10 2013/12/17 14:30:18 pooka Exp $ */
#include <sys/param.h>
#include <sys/proc.h>
@@ -27,7 +27,7 @@
.e_sysent = rump_linux_sysent,
#ifndef __HAVE_MINIMAL_EMUL
.e_nsysent = RUMP_LINUX_SYS_NSYSENT,
- .e_errno = native_to_linux_errno;
+ .e_errno = native_to_linux_errno,
#endif
.e_vm_default_addr = uvm_default_mapaddr,
#ifdef __HAVE_SYSCALL_INTERN
Home |
Main Index |
Thread Index |
Old Index