+2
-2
arch/parisc/include/uapi/asm/errno.h
+2
-2
arch/parisc/include/uapi/asm/errno.h
···
97
97
#define ENOTCONN 235 /* Transport endpoint is not connected */
98
98
#define ESHUTDOWN 236 /* Cannot send after transport endpoint shutdown */
99
99
#define ETOOMANYREFS 237 /* Too many references: cannot splice */
100
-
#define EREFUSED ECONNREFUSED /* for HP's NFS apparently */
101
100
#define ETIMEDOUT 238 /* Connection timed out */
102
101
#define ECONNREFUSED 239 /* Connection refused */
103
-
#define EREMOTERELEASE 240 /* Remote peer released connection */
102
+
#define EREFUSED ECONNREFUSED /* for HP's NFS apparently */
103
+
#define EREMOTERELEASE 240 /* Remote peer released connection */
104
104
#define EHOSTDOWN 241 /* Host is down */
105
105
#define EHOSTUNREACH 242 /* No route to host */
106
106