From 6d5ba42436851248f769f074122db293b4bf56dc Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 9 Nov 2011 18:07:07 -0800 Subject: [PATCH] Remove unnecessary errno --- include/uv.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/uv.h b/include/uv.h index 7e51613d..136697fd 100644 --- a/include/uv.h +++ b/include/uv.h @@ -99,7 +99,6 @@ typedef intptr_t ssize_t; XX( 27, ENOTDIR, "not a directory") \ XX( 28, EISDIR, "illegal operation on a directory") \ XX( 29, ENONET, "machine is not on the network") \ - XX( 30, ENOPROTOOPT, "bad proocol option") \ XX( 31, ENOTCONN, "socket is not connected") \ XX( 32, ENOTSOCK, "socket operation on non-socket") \ XX( 33, ENOTSUP, "operation not supported on socket") \