]> wimlib.net Git - wimlib/blobdiff - src/util.c
Add support for special files on UNIX
[wimlib] / src / util.c
index 02017d030e39ea1d2504a610e7a3272c9bf0a82d..7916f40a77b8a0b333af90c163e4b6d2ca8458a5 100644 (file)
@@ -350,6 +350,8 @@ static const tchar *error_strings[] = {
                = T("The operation was aborted by the library user"),
        [WIMLIB_ERR_UNKNOWN_PROGRESS_STATUS]
                = T("The user-provided progress function returned an unrecognized value"),
+       [WIMLIB_ERR_MKNOD]
+               = T("Unable to create a special file (e.g. device node or socket)"),
 };
 
 /* API function documented in wimlib.h  */