Fix GNU/Hurd build
PATH_MAX is optional in Posix when there is no path length limitation. Since Posix 2001, realpath can take a NULL parameter and allocate a buffer of the right size by itself.
System updates will be applied on Dec 12th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
PATH_MAX is optional in Posix when there is no path length limitation. Since Posix 2001, realpath can take a NULL parameter and allocate a buffer of the right size by itself.