summaryrefslogtreecommitdiff
path: root/sysutils/bsdisks/files
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/bsdisks/files')
-rw-r--r--sysutils/bsdisks/files/patch-camcontrol.c15
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;