Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/kdump don't hide _DEV_IC_BT8XX_H_ inside DTRACE.



details:   https://anonhg.NetBSD.org/src/rev/0bed1ae05372
branches:  trunk
changeset: 347207:0bed1ae05372
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Aug 18 08:02:58 2016 +0000

description:
don't hide _DEV_IC_BT8XX_H_ inside DTRACE.

diffstat:

 usr.bin/kdump/Makefile.ioctl-c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r bbb77cc5edd8 -r 0bed1ae05372 usr.bin/kdump/Makefile.ioctl-c
--- a/usr.bin/kdump/Makefile.ioctl-c    Thu Aug 18 07:49:09 2016 +0000
+++ b/usr.bin/kdump/Makefile.ioctl-c    Thu Aug 18 08:02:58 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.ioctl-c,v 1.32 2016/04/01 07:23:15 knakahara Exp $
+#      $NetBSD: Makefile.ioctl-c,v 1.33 2016/08/18 08:02:58 mrg Exp $
 
 # NOTE: <bsd.own.mk> needs to be previously .included for NETBSDSRCDIR
 
@@ -44,8 +44,8 @@
 .if ${MKDTRACE} != "no"
 CPPFLAGS+=     -I${NETBSDSRCDIR}/external/cddl/osnet/sys
 CPPFLAGS+=     -I${NETBSDSRCDIR}/external/cddl/osnet/dist/uts/common
+.endif
 CPPFLAGS+=     -D_DEV_IC_BT8XX_H_
-.endif
 CPPFLAGS+=     -D_ALTQ_ALTQ_JOBS_H_    # redefinition of inline
 # De-select one, dup ioctls
 CPPFLAGS+=     -D_VIA_DRM_H_           # Missing header



Home | Main Index | Thread Index | Old Index