Skip to content

Commit e58d5a4

Browse files
committed
Merging r360212:
------------------------------------------------------------------------ r360212 | kamil | 2019-05-07 17:44:41 -0700 (Tue, 07 May 2019) | 6 lines Fix build on NetBSD 8.99.38 With recent changes the dev/nvmm/nvmm_ioctl.h header is no longer a standalone NVMM header. Disable it until the NVMM operations will stabilize and be included in the ioctl(2) interceptors. ------------------------------------------------------------------------ llvm-svn: 360811
1 parent 9916d8d commit e58d5a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@
124124
#include <dev/isa/isvio.h>
125125
#include <dev/isa/wtreg.h>
126126
#include <dev/iscsi/iscsi_ioctl.h>
127+
#if 0
127128
#include <dev/nvmm/nvmm_ioctl.h>
129+
#endif
128130
#include <dev/ofw/openfirmio.h>
129131
#include <dev/pci/amrio.h>
130132
#include <dev/pci/mlyreg.h>

0 commit comments

Comments
 (0)