ports/lang/erlang-runtime24/files/patch-erts_etc_unix_run__erl.c
Dave Cottlehuber 7d6e05a09a lang/erlang-runtime24: copied from lang/erlang-runtime23 & updated
- merge in SMP, THREADS, KPOLL options
- drop NATIVE & HIPE
- ODBC requires explicit "OFF" toggle now
- minor tweaks to patches

Differential Revision: https://reviews.freebsd.org/D30494
Reviewed By: olgeni
2021-05-31 12:20:02 +00:00

12 lines
260 B
C

--- erts/etc/unix/run_erl.c.orig 2015-03-31 12:32:52 UTC
+++ erts/etc/unix/run_erl.c
@@ -73,9 +73,6 @@
#ifdef HAVE_UTMP_H
# include <utmp.h>
#endif
-#ifdef HAVE_UTIL_H
-# include <util.h>
-#endif
#ifdef HAVE_SYS_IOCTL_H
# include <sys/ioctl.h>
#endif