Bug 11677 - typo in drm_agp_info_ioctl (drm_agpsupport.c)
Summary: typo in drm_agp_info_ioctl (drm_agpsupport.c)
Status: RESOLVED FIXED
Alias: None
Product: DRI
Classification: Unclassified
Component: libdrm (show other bugs)
Version: DRI git
Hardware: x86 (IA32) Linux (All)
: medium major
Assignee: Default DRI bug account
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-20 16:41 UTC by Tobias Jakobi
Modified: 2007-07-23 03:26 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
important part of the compile log (891 bytes, text/plain)
2007-07-20 16:41 UTC, Tobias Jakobi
no flags Details

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.