Summary: | xdm build failure (modular tree) | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | David Schleef <ds> | ||||
Component: | App/xdm | Assignee: | Xorg Project Team <xorg-team> | ||||
Status: | RESOLVED FIXED | QA Contact: | |||||
Severity: | normal | ||||||
Priority: | high | ||||||
Version: | git | ||||||
Hardware: | x86 (IA32) | ||||||
OS: | Linux (All) | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 1690 | ||||||
Attachments: |
|
Description
David Schleef
2005-07-27 08:32:54 UTC
Created attachment 3158 [details] testcase with debugging-server which crashes reproducible. See comment #50 Possible patch. I don't know if it needs to be wrapped in HAVE_ magic on other architectures. Attachment was lost in bugzilla disk death - please reattach patch if this is still broken for you (or close if we've already fixed it). Created attachment 3471 [details] [review] replacement patch It appears to be this patch. Looks like the xtrans code only has !defined(WIN32) protection around <netinet/in.h>, so I'll just use: #if defined(TCPCONN) && !defined(WIN32) # include <netinet/in.h> #endif Thanks for digging the fix back up - committed to CVS head now. |
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.