Module Name: src Committed By: kamil Date: Sun Aug 18 04:13:24 UTC 2019
Modified Files: src/usr.bin/sockstat: Makefile prog_ops.h sockstat.c sockstat_hostops.c sockstat_rumpops.c Log Message: sockstat: Add indirection of symbols to remove clash with sanitizers Add indirection and symbol renaming under MKSANITIZER for the linked in version of sysctlgetmibinfo and sysctlnametomib. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.bin/sockstat/Makefile cvs rdiff -u -r1.1 -r1.2 src/usr.bin/sockstat/prog_ops.h \ src/usr.bin/sockstat/sockstat_hostops.c \ src/usr.bin/sockstat/sockstat_rumpops.c cvs rdiff -u -r1.20 -r1.21 src/usr.bin/sockstat/sockstat.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.