Browse Source

Plan 9 from Bell Labs 2013-01-16

David du Colombier 11 years ago
parent
commit
a9e060a544
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sys/include/ape/errno.h

+ 1 - 1
sys/include/ape/errno.h

@@ -65,7 +65,7 @@ extern int errno;
 #define ENETUNREACH	50
 #define ENETRESET	51
 #define ECONNABORTED	52
-#define EISCON	53
+#define EISCONN		53
 #define ENOTCONN	54
 #define ESHUTDOWN	55
 #define ETOOMANYREFS	56