Add ECANCELED

This commit is contained in:
Gregory Nutt 2014-10-06 15:05:35 -06:00
parent 9890b905bc
commit 002e686991

View File

@ -375,6 +375,8 @@
#define ENOMEDIUM_STR "No medium found"
#define EMEDIUMTYPE 124
#define EMEDIUMTYPE_STR "Wrong medium type"
#define ECANCELED 125
#define ECANCELED_STR "Operation cancelled"
/************************************************************************
* Type Declarations