bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/2] Implement some (global) symlinks.


From: Jeremie Koenig
Subject: Re: [PATCH 2/2] Implement some (global) symlinks.
Date: Fri, 13 Aug 2010 10:40:46 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

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 <jk@jk.fr.eu.org>
http://jk.fr.eu.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]