From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Sat, 21 Sep 2002 09:12:58 -0400 MIME-Version: 1.0 Subject: Re: working toward a realpath implementation Message-ID: <3D8C381A.23922.6045C@localhost> In-reply-to: <4098-Sat21Sep2002115837+0300-eliz@is.elta.co.il> References: <3D8B92AB DOT 7174 DOT 567AAC AT localhost> (snowball3 AT softhome DOT net) X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Could you please explain how does this make realpath implementation > easier? The documentation for realpath states that the output buffer is limited to PATH_MAX characters. That is why I changed FILENAME_MAX to PATH_MAX so that the realpath wrapper will automatically be compliant. Mark