[PATCH] Fix error value for opening block devices
From: Ulrich Drepper <drepper@redhat.com> Opening a non-existing block device currently yields an ENXIO error. Doing the same for char devices produces the correct error ENODEV.
Showing
Please register or sign in to comment