diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-09-12 05:35:51 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-09-12 05:35:51 +0000 |
commit | 4b2a94db46dc4814e03d14e25ab0aed41e28a375 (patch) | |
tree | e006c1091f1c318985369e1759d8d9476b695f80 | |
parent | f1276d3b4338bdfd2173bb76e931334da6075784 (diff) |
Fix the spelling of DRM_AUTH so that the bsd core stuff builds again. Next
up is pcigart.
-rw-r--r-- | bsd-core/drmP.h | 6 |
1 files 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; |