[Xcb] [Bug 69118] Unix spool is located at /var/spool/sockets/X11/... or /usr/spool/sockets/X11/... under HPUX

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Sep 8 15:05:05 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=69118

--- Comment #2 from Josh Triplett <josh at freedesktop.org> ---
Comment on attachment 85462
  --> https://bugs.freedesktop.org/attachment.cgi?id=85462
Also looks for unix socket in /{usr,var}/spool/sockets/X11/...

Interesting approach.  A few comments:

Please drop "sep", and just make the separator part of the base string.  You
can then just use an array of strings rather than an array of structures.

Please wrap the "spool" paths you're adding in an appropriate ifdef for HP-UX;
they aren't appropriate for other platforms.  You might 

Please turn this into two separate patches: one patch that has no functional
effect but just converts to the "bases" approach, and one that adds the new
bases you need.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/xcb/attachments/20130908/a86087de/attachment.html>


More information about the Xcb mailing list