diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2018-06-24 15:55:52 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2018-06-24 15:55:52 +0000 |
commit | 0a6d455ed530f5817bd58de0d1518a8a02b9c5d2 (patch) | |
tree | c228e30917d18e8b283bb826ddcb6b898f77c387 /sysutils/dc3dd/files/patch-src_dc3dd.c | |
parent | Upgrade third-party njs module to b4a58c4 (aka 0.2.2). (diff) |
- Update to 7.2.646.
- Regenerate patches with make makepatch.
Notes
Notes:
svn path=/head/; revision=473205
Diffstat (limited to 'sysutils/dc3dd/files/patch-src_dc3dd.c')
-rw-r--r-- | sysutils/dc3dd/files/patch-src_dc3dd.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/dc3dd/files/patch-src_dc3dd.c b/sysutils/dc3dd/files/patch-src_dc3dd.c index ddcf0382e881..acc81ca02160 100644 --- a/sysutils/dc3dd/files/patch-src_dc3dd.c +++ b/sysutils/dc3dd/files/patch-src_dc3dd.c @@ -1,15 +1,15 @@ ---- src/dc3dd.c.orig 2011-02-14 00:17:13.000000000 +0900 -+++ src/dc3dd.c 2011-02-14 00:22:11.000000000 +0900 +--- src/dc3dd.c.orig 2012-12-02 23:29:48 UTC ++++ src/dc3dd.c @@ -45,7 +45,7 @@ - #include <linux/types.h> - #include "hdparm/hpa_dco.h" + #include <linux/types.h> + #include "hdparm/hpa_dco.h" #endif -#elif defined (__APPLE__) +#elif defined (__APPLE__) || defined (__FreeBSD__) #include <sys/disk.h> #include <sys/ioctl.h> #elif defined (__CYGWIN__) -@@ -2325,6 +2325,56 @@ +@@ -2501,6 +2501,56 @@ get_file_stats(file_t* file) } } |