K 10 svn:author V 5 steve K 8 svn:date V 27 1996-12-23T05:31:48.000000Z K 7 svn:log V 127 Don't use _POSIX_PATH_MAX to limit the size of the path, instead use 'getcwd(NULL, 0)' just as pwd(1) does. Suggested by: bde END