aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/geom
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-11-18 17:06:40 +0000
committerWarner Losh <imp@FreeBSD.org>2014-11-18 17:06:40 +0000
commit73f49e9eef0fc3b762668eaacf8512c817d0f810 (patch)
tree8dde40502b11a9a0ef847a1c8a7f75b182e47845 /sys/modules/geom
parentc2384debfc94ca908f8c4903a7373cba74e8be50 (diff)
downloadsrc-73f49e9eef0fc3b762668eaacf8512c817d0f810.tar.gz
src-73f49e9eef0fc3b762668eaacf8512c817d0f810.zip
Implement the historic DIOCGDINFO ioctl for gpart on BSD
partitions. Several utilities still use this interface and require additional information since gpart was activated than before. This allows fsck of a UFS partition without having to specify it is UFS, per historic behavior.
Notes
Notes: svn path=/head/; revision=274661
Diffstat (limited to 'sys/modules/geom')
-rw-r--r--sys/modules/geom/geom_part/geom_part_bsd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/geom/geom_part/geom_part_bsd/Makefile b/sys/modules/geom/geom_part/geom_part_bsd/Makefile
index 2a10b34ddd03..9a6e76d31891 100644
--- a/sys/modules/geom/geom_part/geom_part_bsd/Makefile
+++ b/sys/modules/geom/geom_part/geom_part_bsd/Makefile
@@ -1,9 +1,9 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../../../geom/part
+.PATH: ${.CURDIR}/../../../../geom/part ${.CURDIR}/../../../../geom
KMOD= geom_part_bsd
-SRCS= g_part_bsd.c
+SRCS= g_part_bsd.c geom_bsd_enc.c
SRCS+= bus_if.h device_if.h g_part_if.h