cvs commit: hugs98/src prelude.h machdep.c
ross@glass.cse.ogi.edu
ross@glass.cse.ogi.edu
Thu, 24 Jul 2003 02:27:37 -0700
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