summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--waftools/detections/devices.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/waftools/detections/devices.py b/waftools/detections/devices.py
index 2533788691..cf1cca7e90 100644
--- a/waftools/detections/devices.py
+++ b/waftools/detections/devices.py
@@ -3,7 +3,7 @@ __cdrom_devices_map__ = {
'cygwin': 'D:',
'darwin': '/dev/disk1',
'freebsd': '/dev/cd0',
- 'openbsd': '/dev/rcd0r',
+ 'openbsd': '/dev/rcd0c',
'default': '/dev/cdrom'
}
@@ -12,7 +12,7 @@ __dvd_devices_map__ = {
'cygwin': 'D:',
'darwin': '/dev/rdiskN',
'freebsd': '/dev/cd0',
- 'openbsd': '/dev/rcd0r',
+ 'openbsd': '/dev/rcd0c',
'default': '/dev/dvd'
}