Not used anywhere in Serenity currently, but required for OpenSSH.
@@ -98,4 +98,5 @@
#define ENOTHREAD 70
#define EPROTO 71
#define ENOTSUP 72
-#define EMAXERRNO 73
+#define EPFNOSUPPORT 73
+#define EMAXERRNO 74
@@ -363,6 +363,7 @@ const char* const sys_errlist[] = {
"No such thread",
"Protocol error",
"Not supported",
+ "Protocol family not supported",
"The highest errno +1 :^)",
};