Module Name: src
Committed By: elad
Date: Fri Dec 25 01:56:44 UTC 2009
Modified Files:
src/sys/rump/librump/rumpkern: emul.c
Log Message:
allow rump to build
To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/sys/rump/librump/rumpkern/emul.c
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/emul.c
diff -u src/sys/rump/librump/rumpkern/emul.c:1.113 src/sys/rump/librump/rumpkern/emul.c:1.114
--- src/sys/rump/librump/rumpkern/emul.c:1.113 Wed Dec 16 20:57:15 2009
+++ src/sys/rump/librump/rumpkern/emul.c Fri Dec 25 01:56:43 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: emul.c,v 1.113 2009/12/16 20:57:15 pooka Exp $ */
+/* $NetBSD: emul.c,v 1.114 2009/12/25 01:56:43 elad Exp $ */
/*
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: emul.c,v 1.113 2009/12/16 20:57:15 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: emul.c,v 1.114 2009/12/25 01:56:43 elad Exp $");
#include <sys/param.h>
#include <sys/null.h>
@@ -111,6 +111,8 @@
kmutex_t tty_lock;
+kmutex_t sysctl_file_marker_lock;
+
/* sparc doesn't sport constant page size */
#ifdef __sparc__
int nbpg = 4096;