summaryrefslogtreecommitdiffstats
path: root/sys/geom/uzip
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2004-09-08 17:27:31 +0000
committerfjoe <fjoe@FreeBSD.org>2004-09-08 17:27:31 +0000
commit7531fcdf4d33e65f0cf2f20420bc8c21b122e4c1 (patch)
tree0cb1df5b799706fe963f4353a2cfdd3e76799f46 /sys/geom/uzip
parent555e9e698dd83e228789ce2f2ae4cc88344d4892 (diff)
downloadFreeBSD-src-7531fcdf4d33e65f0cf2f20420bc8c21b122e4c1.zip
FreeBSD-src-7531fcdf4d33e65f0cf2f20420bc8c21b122e4c1.tar.gz
Do not compile in zlib.c. Add a dependency on module instead.
Diffstat (limited to 'sys/geom/uzip')
-rw-r--r--sys/geom/uzip/g_uzip.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/geom/uzip/g_uzip.c b/sys/geom/uzip/g_uzip.c
index 17633a0..acb253b 100644
--- a/sys/geom/uzip/g_uzip.c
+++ b/sys/geom/uzip/g_uzip.c
@@ -518,4 +518,5 @@ static struct g_class g_uzip_class = {
.spoiled = g_uzip_spoiled,
};
-DECLARE_GEOM_CLASS(g_uzip_class, g_uzip);
+DECLARE_GEOM_CLASS(g_uzip_class, geom_uzip);
+MODULE_DEPEND(geom_uzip, zlib, 1, 1, 1);
OpenPOWER on IntegriCloud