Skip to content

Commit

Permalink
Remove inclusion of netinet/ip_compat.h for FreeBSD. This header is not
Browse files Browse the repository at this point in the history
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
  • Loading branch information
DimitryAndric committed Feb 17, 2015
1 parent bb0d5ab commit 7a9afba
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -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>
Expand Down

0 comments on commit 7a9afba

Please sign in to comment.