|
@@ -97,10 +97,10 @@
|
|
#define ENOTCONN 235 /* Transport endpoint is not connected */
|
|
#define ENOTCONN 235 /* Transport endpoint is not connected */
|
|
#define ESHUTDOWN 236 /* Cannot send after transport endpoint shutdown */
|
|
#define ESHUTDOWN 236 /* Cannot send after transport endpoint shutdown */
|
|
#define ETOOMANYREFS 237 /* Too many references: cannot splice */
|
|
#define ETOOMANYREFS 237 /* Too many references: cannot splice */
|
|
-#define EREFUSED ECONNREFUSED /* for HP's NFS apparently */
|
|
|
|
#define ETIMEDOUT 238 /* Connection timed out */
|
|
#define ETIMEDOUT 238 /* Connection timed out */
|
|
#define ECONNREFUSED 239 /* Connection refused */
|
|
#define ECONNREFUSED 239 /* Connection refused */
|
|
-#define EREMOTERELEASE 240 /* Remote peer released connection */
|
|
|
|
|
|
+#define EREFUSED ECONNREFUSED /* for HP's NFS apparently */
|
|
|
|
+#define EREMOTERELEASE 240 /* Remote peer released connection */
|
|
#define EHOSTDOWN 241 /* Host is down */
|
|
#define EHOSTDOWN 241 /* Host is down */
|
|
#define EHOSTUNREACH 242 /* No route to host */
|
|
#define EHOSTUNREACH 242 /* No route to host */
|
|
|
|
|