ports/lang/erlang-runtime26/files/patch-erts_etc_unix_run__erl.c
Dave Cottlehuber 73d4e6734c lang/erlang-runtime26: new port derived from erlang-runtime25
OTP-26 is the annual major release from Ericsson's Erlang/OTP team.

- https://www.erlang.org/news/164
- https://erlang.org/download/otp_src_26.0.readme

Reviewed by:	dumbbell
Sponsored by:	VMware, Inc.
Sponsored by:	SkunkWerks, GmbH
Differential Revision: https://reviews.freebsd.org/D40126
2023-05-19 10:00:33 +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