diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2020-02-23 15:13:45 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2020-02-23 15:13:45 +0000 |
commit | c2a239bd14e08e74ce3b11fd7f661e2de49b03a1 (patch) | |
tree | 1a36312fd5905a588dc68a3641f5768319280a36 /sysutils/bsdisks/files | |
parent | - Fix build when !BDB. (diff) |
sysutils/bsdisks: Update to 0.14.
The development repository moved from Bitbucket to the public instance of Heptapod, a GitLab fork with Mercurial support.
Notes
Notes:
svn path=/head/; revision=526923
Diffstat (limited to 'sysutils/bsdisks/files')
-rw-r--r-- | sysutils/bsdisks/files/patch-camcontrol.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sysutils/bsdisks/files/patch-camcontrol.c b/sysutils/bsdisks/files/patch-camcontrol.c deleted file mode 100644 index 20372242269f..000000000000 --- a/sysutils/bsdisks/files/patch-camcontrol.c +++ /dev/null @@ -1,15 +0,0 @@ ---- camcontrol.c.orig 2020-01-13 12:56:28 UTC -+++ camcontrol.c -@@ -279,10 +279,12 @@ get_device_type(struct cam_device *dev, camcontrol_dev - *devtype = CC_DT_NVME; - goto bailout; - break; /*NOTREACHED*/ -+#if __FreeBSD_version >= 1200000 - case PROTO_MMCSD: - *devtype = CC_DT_MMCSD; - goto bailout; - break; /*NOTREACHED*/ -+#endif - default: - *devtype = CC_DT_UNKNOWN; - goto bailout; |