forked from OSchip/llvm-project
Remove inclusion of netinet/ip_compat.h for FreeBSD. This header is not
always available, and nothing in sanitizer_platform_limits_posix.cc uses any of its definitions. See also: https://svnweb.freebsd.org/changeset/base/277201 Reviewers: kcc, kutuzov.viktor.84, samsonov Reviewed By: samsonov Differential Revision: http://reviews.llvm.org/D7486 llvm-svn: 229518
This commit is contained in:
parent
bb0d5aba8e
commit
7a9afba9ad
|
|
@ -97,7 +97,6 @@
|
|||
# include <sys/link_elf.h>
|
||||
# include <netinet/ip_mroute.h>
|
||||
# include <netinet/in.h>
|
||||
# include <netinet/ip_compat.h>
|
||||
# include <net/ethernet.h>
|
||||
# include <net/ppp_defs.h>
|
||||
# include <glob.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue