summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_disk.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-02-10 12:10:35 +0000
committerphk <phk@FreeBSD.org>2005-02-10 12:10:35 +0000
commit67e4aa7d3398da12754e0b438fa9c67c0bc67bbe (patch)
tree1b87f3dd9addbea25f8cb362cef6655b88716504 /sys/geom/geom_disk.c
parentbd3aabb81e2d9870d8488431aeda427073d703c1 (diff)
downloadFreeBSD-src-67e4aa7d3398da12754e0b438fa9c67c0bc67bbe.zip
FreeBSD-src-67e4aa7d3398da12754e0b438fa9c67c0bc67bbe.tar.gz
Make various random things static
Diffstat (limited to 'sys/geom/geom_disk.c')
-rw-r--r--sys/geom/geom_disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_disk.c b/sys/geom/geom_disk.c
index 9145b3b..c4210c2 100644
--- a/sys/geom/geom_disk.c
+++ b/sys/geom/geom_disk.c
@@ -65,7 +65,7 @@ static g_start_t g_disk_start;
static g_ioctl_t g_disk_ioctl;
static g_dumpconf_t g_disk_dumpconf;
-struct g_class g_disk_class = {
+static struct g_class g_disk_class = {
.name = "DISK",
.version = G_VERSION,
.init = g_disk_init,
OpenPOWER on IntegriCloud