From 4b2a94db46dc4814e03d14e25ab0aed41e28a375 Mon Sep 17 00:00:00 2001
From: Eric Anholt <anholt@freebsd.org>
Date: Mon, 12 Sep 2005 05:35:51 +0000
Subject: Fix the spelling of DRM_AUTH so that the bsd core stuff builds again.
 Next     up is pcigart.

---
 bsd-core/drmP.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bsd-core/drmP.h b/bsd-core/drmP.h
index d0d7b286..b98049c3 100644
--- a/bsd-core/drmP.h
+++ b/bsd-core/drmP.h
@@ -448,9 +448,9 @@ typedef struct drm_pci_id_list
 	char *name;
 } drm_pci_id_list_t;
 
-#define DRM_AUTH_NEEDED 0x1
-#define DRM_MASTER      0x2
-#define DRM_ROOT_ONLY   0x4
+#define DRM_AUTH	0x1
+#define DRM_MASTER	0x2
+#define DRM_ROOT_ONLY	0x4
 typedef struct drm_ioctl_desc {
 	int		     (*func)(DRM_IOCTL_ARGS);
 	int flags;
-- 
cgit v1.2.3