summaryrefslogtreecommitdiffstats
path: root/sys/geom
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-07-27 11:52:12 +0000
committeryar <yar@FreeBSD.org>2006-07-27 11:52:12 +0000
commit99e7c62f6f78f03b46a962fecad1eee0f82e3b0b (patch)
tree011afabc490dd701413b34824eea86169c7577ea /sys/geom
parenteb22761b8a672ec4432356913e0513a43f0e98a0 (diff)
downloadFreeBSD-src-99e7c62f6f78f03b46a962fecad1eee0f82e3b0b.zip
FreeBSD-src-99e7c62f6f78f03b46a962fecad1eee0f82e3b0b.tar.gz
Fix what looks like a typo: MODULE_DEPEND() takes module names,
not KLD file names; and GELI module's name is g_eli, not geom_eli. Approved by: pjd (silence) MFC after: 5 days
Diffstat (limited to 'sys/geom')
-rw-r--r--sys/geom/eli/g_eli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/eli/g_eli.c b/sys/geom/eli/g_eli.c
index 47d6a0a..453b756 100644
--- a/sys/geom/eli/g_eli.c
+++ b/sys/geom/eli/g_eli.c
@@ -1030,4 +1030,4 @@ g_eli_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
}
DECLARE_GEOM_CLASS(g_eli_class, g_eli);
-MODULE_DEPEND(geom_eli, crypto, 1, 1, 1);
+MODULE_DEPEND(g_eli, crypto, 1, 1, 1);
OpenPOWER on IntegriCloud