freebsd-ports/lang/mlkit/files/patch-src_Runtime_gen__syserror.c
Serpent7776 ebc62e34c6 lang/mlkit: Standard ML Compiler
The MLKit is a compiler toolkit for the Standard ML language, including
The MLKit with Regions, which features a native backend for
the x64 architecture, based on region inference, and SMLtoJs,
which features a JavaScript backend targeting web browsers.
The two compilers share the same frontend and compilation management scheme.

The MLKit covers all of Standard ML, as defined in the 1997 edition of
The Definition of Standard ML and supports most of
the Standard ML Basis Library.

WWW: https://elsman.com/mlkit/

PR:		269566
2023-05-30 01:24:04 +02:00

27 lines
773 B
C

--- src/Runtime/gen_syserror.c.orig 2022-12-22 15:04:04 UTC
+++ src/Runtime/gen_syserror.c
@@ -48,7 +48,6 @@ struct syserr_entry srcErr[] = {
{"ENETUNREACH",ENETUNREACH},
{"ENFILE",ENFILE},
{"ENOBUFS",ENOBUFS},
- {"ENODATA",ENODATA},
{"ENODEV",ENODEV},
{"ENOENT",ENOENT},
{"ENOEXEC",ENOEXEC},
@@ -58,8 +57,6 @@ struct syserr_entry srcErr[] = {
{"ENOMSG",ENOMSG},
{"ENOPROTOOPT",ENOPROTOOPT},
{"ENOSPC",ENOSPC},
- {"ENOSR",ENOSR},
- {"ENOSTR",ENOSTR},
{"ENOSYS", ENOSYS},
{"ENOTCONN",ENOTCONN},
{"ENOTDIR",ENOTDIR},
@@ -80,7 +77,6 @@ struct syserr_entry srcErr[] = {
{"ESPIPE",ESPIPE},
{"ESRCH",ESRCH},
{"ESTALE",ESTALE},
- {"ETIME",ETIME},
{"ETIMEDOUT",ETIMEDOUT},
{"ETXTBSY",ETXTBSY},
{"EWOULDBLOCK",EWOULDBLOCK},