Comment 6 for bug 263014

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

Created attachment 309860
define MAXPATHLEN as PATH_MAX when PATH_MAX is available

This patch solves the problem for those platforms that have PATH_MAX defined. It does not change anything for platforms that do not have PATH_MAX. The patch makes the definition of MAXPATHLEN the same as it is defined in nsXPCOMPrivate.h.