mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
- 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
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
|