Module Name: src Committed By: pooka Date: Tue Jun 9 14:30:06 UTC 2009
Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: Nuke some bss stuff which is coming from vfs_bio via rumpvfs. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 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.89 src/sys/rump/librump/rumpkern/emul.c:1.90 --- src/sys/rump/librump/rumpkern/emul.c:1.89 Thu May 7 16:03:24 2009 +++ src/sys/rump/librump/rumpkern/emul.c Tue Jun 9 14:30:06 2009 @@ -1,4 +1,4 @@ -/* $NetBSD: emul.c,v 1.89 2009/05/07 16:03:24 pooka Exp $ */ +/* $NetBSD: emul.c,v 1.90 2009/06/09 14:30:06 pooka 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.89 2009/05/07 16:03:24 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: emul.c,v 1.90 2009/06/09 14:30:06 pooka Exp $"); #include <sys/param.h> #include <sys/malloc.h> @@ -87,12 +87,6 @@ char hostname[MAXHOSTNAMELEN]; size_t hostnamelen; -u_long bufmem_valimit; -u_long bufmem_hiwater; -u_long bufmem_lowater; -u_long bufmem; -u_int nbuf; - const char *panicstr; const char ostype[] = "NetBSD"; const char osrelease[] = "999"; /* paradroid 4evah */