[CalendarServer-changes] [10942] CalendarServer/trunk/txdav/base/propertystore/xattr.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 18 12:43:40 PDT 2013


Revision: 10942
          http://trac.calendarserver.org//changeset/10942
Author:   wsanchez at apple.com
Date:     2013-03-18 12:43:40 -0700 (Mon, 18 Mar 2013)
Log Message:
-----------
Uh, fix xattr for freebsd9. OK.

Modified Paths:
--------------
    CalendarServer/trunk/txdav/base/propertystore/xattr.py

Modified: CalendarServer/trunk/txdav/base/propertystore/xattr.py
===================================================================
--- CalendarServer/trunk/txdav/base/propertystore/xattr.py	2013-03-18 18:37:44 UTC (rev 10941)
+++ CalendarServer/trunk/txdav/base/propertystore/xattr.py	2013-03-18 19:43:40 UTC (rev 10942)
@@ -47,7 +47,7 @@
 # expose.  Its value is 93.
 #
 
-if sys.platform in ("darwin", "freebsd8"):
+if sys.platform in ("darwin", "freebsd8", "freebsd9"):
     _ERRNO_NO_ATTR = getattr(errno, "ENOATTR", 93)
 else:
     _ERRNO_NO_ATTR = errno.ENODATA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130318/a9619d80/attachment.html>


More information about the calendarserver-changes mailing list