1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-03 10:29:15 -04:00
ports/lang/erlang-runtime18/files/patch-erts_etc_unix_run__erl.c
Jimmy Olgeni db5d0315f6 Add lang/erlang-runtime18, an Erlang runtime for version 18.
- Copied from lang/erlang-runtime17.
2015-06-24 14:11:21 +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