resolve_symlinks (const vfs_path_t *vpath)
{
char *p;
char *p, *p2;
char *buf, *buf2, *q, *r, c;
struct stat mybuf;
return NULL;
p = vfs_path_to_str (vpath);
p = p2 = vfs_path_to_str (vpath);
r = buf = g_malloc (MC_MAXPATHLEN);
buf2 = g_malloc (MC_MAXPATHLEN);
ret:
g_free (buf2);
g_free (p);
g_free (p2);
return buf;
}