http://bugs.freedesktop.org/show_bug.cgi?id=25264
Summary: Change to drm.h causes breakage of xf86-video-nouveau Product: DRI Version: DRI CVS Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: libdrm AssignedTo: dri-devel@lists.sourceforge.net ReportedBy: rjgle...@bellsouth.net Hello, Some code was removed from drm.h (libdrm) in one of the last two commits that causes compilation of xf86-video-nouveau to fail. the following code was deleted: #define DRM_IOCTL_NR(n) _IOC_NR(n) #define DRM_IOC_VOID _IOC_NONE #define DRM_IOC_READ _IOC_READ #define DRM_IOC_WRITE _IOC_WRITE #define DRM_IOC_READWRITE _IOC_READ|_IOC_WRITE #define DRM_IOC(dir, group, nr, size) _IOC(dir, group, nr, size) #define DRM_MAJOR 226 #define DRM_MAX_MINOR 15 The last line is what is causing the problem. This was deleted as part of the BSD patch. I don't know if this code applies only to Linux. Putting the code back into drm.h fixes the problem. Best Wishes, Bob Gleitsmann -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july -- _______________________________________________ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel