From 37a9f7be2fd32cf24c75d466cacac9ce83a3766b Mon Sep 17 00:00:00 2001 From: marcel Date: Mon, 28 Jul 2014 02:07:16 +0000 Subject: MFC r268236,268264,268524,268646,268802,269021: This brings VHD support to mkimg(1); both dynamic and fixed file formats. Dynamic VHD and VMDK file images are now sparsely written, meaning that "free" sectors do not occupy space. Relnotes: yes --- usr.bin/mkimg/raw.c | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.bin/mkimg/raw.c') diff --git a/usr.bin/mkimg/raw.c b/usr.bin/mkimg/raw.c index ea13931..759debf 100644 --- a/usr.bin/mkimg/raw.c +++ b/usr.bin/mkimg/raw.c @@ -28,7 +28,6 @@ __FBSDID("$FreeBSD$"); #include -#include #include #include #include -- cgit v1.1