[Xcb-commit] xcb ChangeLog,1.74,1.75
Jamey Sharp
xcb-commit at lists.freedesktop.org
Fri Dec 23 17:27:40 PST 2005
Update of /cvs/xcb/xcb
In directory gabe:/tmp/cvs-serv26900
Modified Files:
ChangeLog
Log Message:
Use AF_UNIX instead of PF_UNIX, because they're interchangeable
on Linux (and 4.x BSD?) but on MacOS X the latter is not
available. Thanks to Ian Osgood for testing.
Index: ChangeLog
===================================================================
RCS file: /cvs/xcb/xcb/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- ChangeLog 12 Dec 2005 23:40:47 -0000 1.74
+++ ChangeLog 24 Dec 2005 01:27:38 -0000 1.75
@@ -1,3 +1,10 @@
+2005-12-20 Jamey Sharp <jamey at minilop.net>
+
+ * src/xcb_util.c:
+ Use AF_UNIX instead of PF_UNIX, because they're interchangeable
+ on Linux (and 4.x BSD?) but on MacOS X the latter is not
+ available. Thanks to Ian Osgood for testing.
+
2005-12-12 Jamey Sharp <jamey at minilop.net>
* src/xcb_util.c:
More information about the xcb-commit
mailing list