From 38804a964b597373e79fc5cc1dc4265409a9ae1e Mon Sep 17 00:00:00 2001 From: Philip Homburg Date: Fri, 17 Feb 2006 13:44:48 +0000 Subject: [PATCH] More error texts. --- lib/ansi/errlist.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/ansi/errlist.c b/lib/ansi/errlist.c index 69ede4e4a..962bf2111 100755 --- a/lib/ansi/errlist.c +++ b/lib/ansi/errlist.c @@ -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]); -- 2.44.0