Wed Jun 14 12:16:27 2017 UTC ()
Detach <sys/user.h> from sanitizer_procmaps_netbsd.cc (GCC)

This header in this context is freebsdism.

Sponsored by <The NetBSD Foundation>


(kamil)
diff -r1.2 -r1.3 src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_procmaps_netbsd.cc

cvs diff -r1.2 -r1.3 src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/Attic/sanitizer_procmaps_netbsd.cc (expand / switch to context diff)
--- src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/Attic/sanitizer_procmaps_netbsd.cc 2016/06/01 04:06:15 1.2
+++ src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/Attic/sanitizer_procmaps_netbsd.cc 2017/06/14 12:16:27 1.3
@@ -15,7 +15,6 @@
 
 #include <unistd.h>
 #include <sys/sysctl.h>
-#include <sys/user.h>
 
 namespace __sanitizer {