From: Matthew Dillon Date: Fri, 28 Jul 2006 06:24:03 +0000 (+0000) Subject: For the moment adjust dd to find the new location of the device type X-Git-Tag: v2.0.1~4618 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/e665cb1092ef7b2841a5bf7f68efc1d5ac670828 For the moment adjust dd to find the new location of the device type flags (D_*) Reported-by: YONETANI Tomokazu --- diff --git a/bin/dd/dd.c b/bin/dd/dd.c index 5f798b0310..addadc58da 100644 --- a/bin/dd/dd.c +++ b/bin/dd/dd.c @@ -37,12 +37,13 @@ * @(#) Copyright (c) 1991, 1993, 1994 The Regents of the University of California. All rights reserved. * @(#)dd.c 8.5 (Berkeley) 4/2/94 * $FreeBSD: src/bin/dd/dd.c,v 1.27.2.3 2001/08/01 01:37:35 obrien Exp $ - * $DragonFly: src/bin/dd/dd.c,v 1.5 2004/11/07 20:54:51 eirikn Exp $ + * $DragonFly: src/bin/dd/dd.c,v 1.6 2006/07/28 06:24:03 dillon Exp $ */ #include #include #include +#include #include #include #include