blob: ce0fab988a3733285300e966db9264fe17a9c6b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- dd_rescue.c.orig 2006-07-23 13:47:50.000000000 +0200
+++ dd_rescue.c 2006-09-20 20:27:33.000000000 +0200
@@ -55,6 +55,10 @@
#include <sys/time.h>
#include <sys/stat.h>
+#ifdef __DragonFly__
+#undef O_DIRECT
+#endif
+
int softbs, hardbs, syncfreq;
int maxerr, nrerr, reverse, dotrunc, abwrerr, sparse, nosparse;
int verbose, quiet, interact, force;
|