Comment 8 for bug 263014

Revision history for this message
In , Dmitry Potapov (dpotapov) wrote :

Created attachment 309958
define MAXPATHLEN as PATH_MAX when PATH_MAX is available

I am sorry for my mistake... I started adding definition of MAXPATHLEN as PATH_LEN after all others, but then saw that nsXPCOMPrivate.h does this in the different order. So, I decided to add "#define MAXPATHLEN PATH_MAX" at the beginning as in nsXPCOMPrivate.h but forgot remove the old lines. Here is a corrected version of that patch.