freebsd-ports/lang/erlang-runtime16/files/patch-erts_etc_unix_run__erl.c
2013-05-05 14:20:12 +00:00

15 lines
248 B
C

$FreeBSD$
--- erts/etc/unix/run_erl.c.orig
+++ erts/etc/unix/run_erl.c
@@ -69,9 +69,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