diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/blkdev.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/blkdev.h b/include/blkdev.h index 98efad68..34e4e924 100644 --- a/include/blkdev.h +++ b/include/blkdev.h @@ -8,9 +8,6 @@ #define DEFAULT_SECTOR_SIZE 512 -/* open() retries when errno is ENOMEDIUM */ -#define CRDOM_NOMEDIUM_RETRIES 5 - #if !defined(BLKROSET) && defined(__linux__) #define BLKROSET _IO(0x12,93) /* set device read-only (0 = read-write) */ |