Bug 11677

Summary: typo in drm_agp_info_ioctl (drm_agpsupport.c)
Product: DRI Reporter: Tobias Jakobi <liquid.acid>
Component: libdrmAssignee: Default DRI bug account <dri-devel>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: medium    
Version: DRI git   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
important part of the compile log none

Description Tobias Jakobi 2007-07-20 16:41:06 UTC
Commit 5dc9fd96d7bf48003db832f145ad8acb4bcb73b4 introduced a typo in the file mentioned above. On line 76 it should be:
struct drm_device *dev = file_priv->head->dev;
instead of
struct drm_device *dev = priv->head->dev;

Fixing this libdrm compiles just fine.

Thanks,
Tobias
Comment 1 Tobias Jakobi 2007-07-20 16:41:54 UTC
Created attachment 10823 [details]
important part of the compile log
Comment 2 Michel Dänzer 2007-07-23 03:26:15 UTC
Fixed in the next commit.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.