Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common Detach ...



details:   https://anonhg.NetBSD.org/src/rev/b664eab84c29
branches:  trunk
changeset: 354379:b664eab84c29
user:      kamil <kamil%NetBSD.org@localhost>
date:      Wed Jun 14 12:16:27 2017 +0000

description:
Detach <sys/user.h> from sanitizer_procmaps_netbsd.cc (GCC)

This header in this context is freebsdism.

Sponsored by <The NetBSD Foundation>

diffstat:

 external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_procmaps_netbsd.cc |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 9ed482cbc42a -r b664eab84c29 external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_procmaps_netbsd.cc
--- a/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_procmaps_netbsd.cc Wed Jun 14 09:18:56 2017 +0000
+++ b/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_procmaps_netbsd.cc Wed Jun 14 12:16:27 2017 +0000
@@ -15,7 +15,6 @@
 
 #include <unistd.h>
 #include <sys/sysctl.h>
-#include <sys/user.h>
 
 namespace __sanitizer {
 



Home | Main Index | Thread Index | Old Index