mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 16:36:28 -04:00
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
12 lines
260 B
C
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
|