From 4050f5066a706bda74ed93ab858bbc9fc0b1477b Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 12 Aug 2005 17:18:08 +0000 Subject: Fix build after linux-side checkin of master/root-only split. Still only cares about root on the BSD side, but should be secure. --- bsd-core/drmP.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bsd-core/drmP.h') diff --git a/bsd-core/drmP.h b/bsd-core/drmP.h index a42bf16b..cd1aca91 100644 --- a/bsd-core/drmP.h +++ b/bsd-core/drmP.h @@ -449,6 +449,7 @@ typedef struct drm_pci_id_list typedef struct drm_ioctl_desc { int (*func)(DRM_IOCTL_ARGS); int auth_needed; + int master; int root_only; } drm_ioctl_desc_t; -- cgit v1.2.3