diff options
author | Lukas Larsson <[email protected]> | 2016-02-26 11:00:33 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2016-02-29 18:21:00 +0100 |
commit | 74932408e62100dec7ece2365ee221e68a809de7 (patch) | |
tree | 13574a7d5421c93d09727865d688f8169384620d /erts/configure.in | |
parent | 99eea0aa0d20814aca57a510d0e7484b253f4451 (diff) | |
download | otp-74932408e62100dec7ece2365ee221e68a809de7.tar.gz otp-74932408e62100dec7ece2365ee221e68a809de7.tar.bz2 otp-74932408e62100dec7ece2365ee221e68a809de7.zip |
erts: Fix run_erl syslog prototypes for freebsd
Diffstat (limited to 'erts/configure.in')
-rw-r--r-- | erts/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/configure.in b/erts/configure.in index ba735fe921..e8d904808c 100644 --- a/erts/configure.in +++ b/erts/configure.in @@ -1625,7 +1625,7 @@ AC_CHECK_HEADERS(fcntl.h limits.h unistd.h syslog.h dlfcn.h ieeefp.h \ sys/ioctl.h sys/time.h sys/uio.h \ sys/socket.h sys/sockio.h sys/socketio.h \ net/errno.h malloc.h arpa/nameser.h libdlpi.h \ - pty.h util.h utmp.h langinfo.h poll.h sdkddkver.h) + pty.h util.h libutil.h utmp.h langinfo.h poll.h sdkddkver.h) AC_CHECK_MEMBERS([struct ifreq.ifr_hwaddr], [], [], [#ifdef __WIN32__ |