From 5c911b15d6429fec621ef39b0e97f88b575c0579 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sun, 14 Apr 2019 10:16:01 +0000 Subject: path to i915_drm.h has changed --- usr.bin/kdump/Makefile | 4 ++-- usr.bin/kdump/mkioctls | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'usr.bin/kdump') diff --git a/usr.bin/kdump/Makefile b/usr.bin/kdump/Makefile index e63158d9c98..764e5585690 100644 --- a/usr.bin/kdump/Makefile +++ b/usr.bin/kdump/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.35 2018/08/29 17:47:07 anton Exp $ +# $OpenBSD: Makefile,v 1.36 2019/04/14 10:16:00 jsg Exp $ LDSTATIC=${STATIC} PROG= kdump @@ -16,7 +16,7 @@ ioctl.c: ${.CURDIR}/Makefile ${.CURDIR}/mkioctls ${SYS_DIR}/dev/wscons/wsconsio.h \ ${SYS_DIR}/dev/vndioctl.h \ ${SYS_DIR}/dev/vscsivar.h \ - ${SYS_DIR}/dev/pci/drm/i915_drm.h \ + ${SYS_DIR}/dev/pci/drm/include/uapi/drm/i915_drm.h \ ${SYS_DIR}/dev/pv/pvvar.h \ ${SYS_DIR}/dev/usb/udlio.h \ ${SYS_DIR}/dev/usb/usb.h \ diff --git a/usr.bin/kdump/mkioctls b/usr.bin/kdump/mkioctls index 9f5988d685e..9579ce21e0e 100644 --- a/usr.bin/kdump/mkioctls +++ b/usr.bin/kdump/mkioctls @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: mkioctls,v 1.40 2018/08/29 17:47:07 anton Exp $ +# $OpenBSD: mkioctls,v 1.41 2019/04/14 10:16:00 jsg Exp $ # # Copyright (c) 1994 @@ -83,15 +83,13 @@ BEGIN { print "#include " print "#include " print "#include " - print "#include " + print "#include " print "#include " print "#include " print "#include " print "#include " print "#include \"kdump.h\"" print "" - print "struct drm_i915_gem_execbuffer {};" - print "" print "const char *" print "ioctlname(unsigned long val)" print "{" -- cgit v1.2.3