This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zbysz
Recipients Arfrever, benjamin.peterson, pitrou, skrah, zbysz
Date 2011-12-28.16:57:12
SpamBayes Score 0.00014916874
Marked as misclassified No
Message-id <4EFB4A61.1050006@in.waw.pl>
In-reply-to <1325090296.3447.1.camel@localhost.localdomain>
Content
Yes, it must be, because XATTR_SIZE_MAX is only defined in 
linux/limits.h. The problem is that with the kfreebsd kernel,
/usr/include/sys/limits.h doesn't define or include anything that 
defines XATTR_SIZE_MAX.

Maybe the test should be 'defined(HAVE_SYS_XATTR_H) && 
defined(XATTR_SIZE_MAX)'?
History
Date User Action Args
2011-12-28 16:57:12zbyszsetrecipients: + zbysz, pitrou, benjamin.peterson, Arfrever, skrah
2011-12-28 16:57:12zbyszlinkissue13669 messages
2011-12-28 16:57:12zbyszcreate