]> Zhao Yanbai Git Server - minix.git/commitdiff
More error texts.
authorPhilip Homburg <philip@cs.vu.nl>
Fri, 17 Feb 2006 13:44:48 +0000 (13:44 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Fri, 17 Feb 2006 13:44:48 +0000 (13:44 +0000)
lib/ansi/errlist.c

index 69ede4e4a80d0d188835b1ba4ace20f2b10e477e..962bf2111f0e838008299ff0a58f07e80724a0ea 100755 (executable)
@@ -82,6 +82,9 @@ const char *_sys_errlist[] = {
        "Operation in progress",        /* EINPROGRESS */
        "Address not available",        /* EADDRNOTAVAIL */
        "Connection already in progress", /* EALREADY */
+       "Message too long",             /* EMSGSIZE */
+       "Socket operation on non-socket", /* ENOTSOCK */
+       "Protocol not available",       /* ENOPROTOOPT */
 };
 
 const int _sys_nerr = sizeof(_sys_errlist) / sizeof(_sys_errlist[0]);