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 comment...



details:   https://anonhg.NetBSD.org/src/rev/7370dca96204
branches:  trunk
changeset: 938326:7370dca96204
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Sep 06 17:15:09 2020 +0000

description:
comment out ioctl that is only defined for the kernel

diffstat:

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

diffs (14 lines):

diff -r 854043a0eae1 -r 7370dca96204 external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_platform_limits_netbsd.cc
--- a/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_platform_limits_netbsd.cc  Sun Sep 06 17:06:20 2020 +0000
+++ b/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_platform_limits_netbsd.cc  Sun Sep 06 17:15:09 2020 +0000
@@ -1774,8 +1774,10 @@
 unsigned IOCTL_MTIOCHLOCATE = MTIOCHLOCATE;
 unsigned IOCTL_POWER_EVENT_RECVDICT = POWER_EVENT_RECVDICT;
 unsigned IOCTL_POWER_IOC_GET_TYPE = POWER_IOC_GET_TYPE;
+#if 0
 unsigned IOCTL_POWER_IOC_GET_TYPE_WITH_LOSSAGE =
     POWER_IOC_GET_TYPE_WITH_LOSSAGE;
+#endif
 unsigned IOCTL_RIOCGINFO = RIOCGINFO;
 unsigned IOCTL_RIOCSINFO = RIOCSINFO;
 unsigned IOCTL_RIOCSSRCH = RIOCSSRCH;



Home | Main Index | Thread Index | Old Index