You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
190 B

  1. --- a/node/Utils.cpp
  2. +++ b/node/Utils.cpp
  3. @@ -28,7 +28,7 @@
  4. #include <sys/stat.h>
  5. #include <sys/uio.h>
  6. #include <dirent.h>
  7. -#ifdef __LINUX__
  8. +#if 0
  9. #include <sys/auxv.h>
  10. #endif
  11. #endif