Fix the spelling of DRM_AUTH so that the bsd core stuff builds again. Next

up is pcigart.
This commit is contained in:
Eric Anholt 2005-09-12 05:35:51 +00:00
parent f1276d3b43
commit 4b2a94db46

View 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;