summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpooka <pooka@NetBSD.org>2008-12-29 14:35:05 +0000
committerpooka <pooka@NetBSD.org>2008-12-29 14:35:05 +0000
commit841fb873aa0bed658c4e9efaa885811c8d5bbf12 (patch)
tree85fba467434a3e8d119d850b93b83a28bf15cf71
parentf22af7d53fe3936068b9ca60d40786ef24b83fae (diff)
sprinkle static
-rw-r--r--sys/rump/librump/rumpvfs/rumpfs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/rump/librump/rumpvfs/rumpfs.c b/sys/rump/librump/rumpvfs/rumpfs.c
index db38621e474..ee51d815a4f 100644
--- a/sys/rump/librump/rumpvfs/rumpfs.c
+++ b/sys/rump/librump/rumpvfs/rumpfs.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpfs.c,v 1.3 2008/12/18 00:24:13 pooka Exp $ */
+/* $NetBSD: rumpfs.c,v 1.4 2008/12/29 14:35:05 pooka Exp $ */
/*
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rumpfs.c,v 1.3 2008/12/18 00:24:13 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rumpfs.c,v 1.4 2008/12/29 14:35:05 pooka Exp $");
#include <sys/param.h>
#include <sys/mount.h>
@@ -94,7 +94,7 @@ const struct vnodeopv_desc * const rump_opv_descs[] = {
NULL
};
-struct mount mnt_dummy;
+static struct mount mnt_dummy;
static struct vnode *
rump_makevnode(const char *path, size_t size, enum vtype vt, dev_t rdev)