]> Zhao Yanbai Git Server - minix.git/commitdiff
Added ERESTART
authorPhilip Homburg <philip@cs.vu.nl>
Thu, 21 Feb 2008 16:00:39 +0000 (16:00 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Thu, 21 Feb 2008 16:00:39 +0000 (16:00 +0000)
lib/ansi/errlist.c

index f6caa0dcd45ed15e8451c58f00d6d3c3c650adca..884654f43b4b037b9e6e9504f56b415e72638e0b 100755 (executable)
@@ -50,7 +50,7 @@ const char *_sys_errlist[] = {
        "Function not implemented",     /* ENOSYS */
        "Directory not empty",          /* ENOTEMPTY */
        "Too many levels of symbolic links",    /* ELOOP */
-       unknown,                        /* 41 */
+       "Driver restarted",             /* ERESTART */
        unknown,                        /* 42 */
        unknown,                        /* 43 */
        unknown,                        /* 44 */