Source: ircd-hybrid
Version: 1:8.0.4.dfsg.1-1
Severity: important

>From 
><https://buildd.debian.org/status/fetch.php?pkg=ircd-hybrid&arch=hurd-i386&ver=1%3A8.0.4.dfsg.1-1&stamp=1358096207>

> ../../include/modules.h:48:13: error: 'PATH_MAX' undeclared here (not in a 
> function)

Some ideas for fixing this at

<http://www.gnu.org/software/hurd/community/gsoc/project_ideas/maxpath.html>

There are also PATH_MAX references elsewhere:

include/motd.h
50:  char fileName[PATH_MAX + 1];

include/modules.h
48:  char path[PATH_MAX + 1];

modules/m_help.c
92:  char path[PATH_MAX + 1];
117:  if (strlen(hpath) + strlen(topic) + 1 > PATH_MAX)

src/modules.c
299:  char module_fq_name[PATH_MAX + 1];
350:  char module_name[PATH_MAX + 1];
378:  char modpath[PATH_MAX + 1];

src/log.c
35:  char path[PATH_MAX + 1];


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to