Fix the spelling of DRM_AUTH so that the bsd core stuff builds again. Next
authorEric Anholt <anholt@freebsd.org>
Mon, 12 Sep 2005 05:35:51 +0000 (05:35 +0000)
committerEric Anholt <anholt@freebsd.org>
Mon, 12 Sep 2005 05:35:51 +0000 (05:35 +0000)
    up is pcigart.

bsd-core/drmP.h

index d0d7b28..b98049c 100644 (file)
@@ -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;