On Thu, Apr 15, 2010 at 10:01:35PM +0200, Nguy�n Thái Ng�c Duy wrote:
> +char *realpath(const char *path, char *resolved_path)
> +{
> + return strcpy(resolved_path, path);
> +}
I assume you mean this as a temporary stub to enable compilation. If so, it
should have a comment as such. I would expect a real implementation to
canonicalize the path by resolving junctions, subst drives, maybe network
mount point, etc.
>>> Dan
--
http://www.MoveAnnouncer.com The web change of address service
Let webmasters know that your web site has moved
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox