| author | |
| committer | |
| log | 007cc817a1b366c6472bab20919d6bb9ecf6e055 |
| tree | ad6eebd587fdc3c777311d8c885093df10faa26d |
| parent | 27d6614f81dfddcbd05b2a0b4afb8db83eaafb0b |
| signature |
https://github.com/llvm/llvm-project/pull/1535341 files changed, 1 insertions(+), 2 deletions(-)
lib/libtsan/sanitizer_common/sanitizer_platform_limits_netbsd.cpp+1-2| ... | ... | @@ -498,7 +498,6 @@ struct urio_command { |
| 498 | 498 | #include <md5.h> |
| 499 | 499 | #include <rmd160.h> |
| 500 | 500 | #include <soundcard.h> |
| 501 | #include <term.h> | |
| 502 | 501 | #include <termios.h> |
| 503 | 502 | #include <time.h> |
| 504 | 503 | #include <ttyent.h> |
| ... | ... | @@ -515,7 +514,7 @@ struct urio_command { |
| 515 | 514 | #include <stringlist.h> |
| 516 | 515 | |
| 517 | 516 | #if defined(__x86_64__) |
| 518 | #include <nvmm.h> | |
| 517 | #include <dev/nvmm/nvmm_ioctl.h> | |
| 519 | 518 | #endif |
| 520 | 519 | // clang-format on |
| 521 | 520 |