On Fri, Aug 13, 2010 at 06:06:42AM +0200, Jeremie Koenig wrote:
> +  stat.st_size = symlink_target ? strlen (symlink_target) : 0;
> +  stat.st_mode = symlink_target ? S_IFLNK : S_IFREG;
> +  stat.st_mode |= S_IRUSR | S_IRGRP | S_IROTH;

Hmm, those symlinks should be mode 0777, shouldn't they?
(also there are typos in my commit messages)

-- 
Jeremie Koenig <j...@jk.fr.eu.org>
http://jk.fr.eu.org

Reply via email to