Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/kdump Drop i915, it still causes duplicate case stat...



details:   https://anonhg.NetBSD.org/src/rev/5d43d530e95e
branches:  trunk
changeset: 336027:5d43d530e95e
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Feb 07 11:24:55 2015 +0000

description:
Drop i915, it still causes duplicate case statements
(DRM_IOCTL_QXL_UPDATE_AREA == DRM_IOCTL_I915_BATCHBUFFER)

diffstat:

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

diffs (18 lines):

diff -r 2cab1608113d -r 5d43d530e95e usr.bin/kdump/Makefile.ioctl-c
--- a/usr.bin/kdump/Makefile.ioctl-c    Sat Feb 07 10:40:57 2015 +0000
+++ b/usr.bin/kdump/Makefile.ioctl-c    Sat Feb 07 11:24:55 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.ioctl-c,v 1.26 2015/02/06 20:07:45 christos Exp $
+#      $NetBSD: Makefile.ioctl-c,v 1.27 2015/02/07 11:24:55 martin Exp $
 
 # NOTE: <bsd.own.mk> needs to be previously .included for NETBSDSRCDIR
 
@@ -41,7 +41,7 @@
 CPPFLAGS+=     -D_ALTQ_ALTQ_JOBS_H_    # redefinition of inline
 # De-select one, dup ioctls
 CPPFLAGS+=     -D_VIA_DRM_H_           # Missing header
-#CPPFLAGS+=    -D_I915_DRM_H_          # Dup ioctls
+CPPFLAGS+=     -D_I915_DRM_H_          # Dup ioctls
 CPPFLAGS+=     -D__R128_DRM_H__        # Dup ioctls
 CPPFLAGS+=     -D__SIS_DRM_H__         # Dup ioctls
 CPPFLAGS+=     -D__SAVAGE_DRM_H__      # Dup ioctls



Home | Main Index | Thread Index | Old Index