
24 Jul
2003
24 Jul
'03
5:27 a.m.
ross 2003/07/24 02:27:36 PDT Modified files: src prelude.h machdep.c Log: Kludges for systems with no limit on path length (e.g. the Hurd), which will not define PATH_MAX or MAXPATHLEN, and will have FILENAME_MAX _very_ large. The Right Thing would be to dynamically allocate the buffers that currently use these constants. Revision Changes Path 1.49 +12 -8 hugs98/src/prelude.h 1.95 +18 -2 hugs98/src/machdep.c