2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 15:21:32 +00:00

Add ETIMEDOUT

This commit is contained in:
Michael Brown 2007-01-15 02:46:56 +00:00
parent 26166cf5e0
commit 90d859c34b

View File

@ -64,4 +64,5 @@ struct errortab common_errors[] __errortab = {
{ EACCES, "Permission denied" },
{ ENOENT, "File not found" },
{ ENETUNREACH, "Network unreachable" },
{ ETIMEDOUT, "Connection timed out" },
};