]> Zhao Yanbai Git Server - minix.git/commitdiff
Added some error strings.
authorPhilip Homburg <philip@cs.vu.nl>
Wed, 27 Jul 2005 11:53:05 +0000 (11:53 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Wed, 27 Jul 2005 11:53:05 +0000 (11:53 +0000)
lib/ansi/errlist.c

index 4aaeefa48d22ba3a6270e142882e3fae5e52959d..f336b02aa664c67e589a880b21a56c8be47aad0a 100755 (executable)
@@ -78,6 +78,10 @@ const char *_sys_errlist[] = {
        "No such connection",           /* ENOCONN */
        "Address family not supported", /* EAFNOSUPPORT */
        "Protocol not supported by AF", /* EPROTONOSUPPORT */
+       "Protocol wrong type for socket", /* EPROTOTYPE */
+       "Operation in progress",        /* EINPROGRESS */
+       "Address not available",        /* EADDRNOTAVAIL */
+       "Connection already in progress", /* EALREADY */
 };
 
 const int _sys_nerr = sizeof(_sys_errlist) / sizeof(_sys_errlist[0]);