From: Denis Ovsienko Date: Sun, 26 Mar 2023 16:55:08 +0000 (+0100) Subject: Fixup the previous commit. [skip ci] X-Git-Tag: tcpslice-1.7~34 X-Git-Url: https://git.tcpdump.org/tcpslice/commitdiff_plain/6f45d7145f15c03286b683efdf4877d9eae72ee8 Fixup the previous commit. [skip ci] In fact, Haiku has posix_fadvise(). --- diff --git a/configure.ac b/configure.ac index 49bd260..1a811bf 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,7 @@ AC_CHECK_HEADERS(fcntl.h) AC_SYS_LARGEFILE AC_FUNC_FSEEKO -# Haiku, OpenBSD, Solaris 9 and Solaris 10 don't have posix_fadvise(). +# OpenBSD, Solaris 9 and Solaris 10 don't have posix_fadvise(). AC_CHECK_FUNCS([posix_fadvise]) AC_LBL_LIBPCAP(V_PCAPDEP, V_INCLS)