Subject: Re: bin/37549: ssshfs in netbsd-4 creates wrong symlinks
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: dieter roelants <dieter.NetBSD@pandora.be>
List: netbsd-bugs
Date: 12/16/2007 20:05:03
The following reply was made to PR bin/37549; it has been noted by GNATS.
From: dieter roelants <dieter.NetBSD@pandora.be>
To: gnats-bugs@NetBSD.org
Cc:
Subject: Re: bin/37549: ssshfs in netbsd-4 creates wrong symlinks
Date: Sun, 16 Dec 2007 21:03:35 +0100
On Sun, 16 Dec 2007 19:10:08 +0000 (UTC)
Antti Kantee <pooka@cs.hut.fi> wrote:
> The strcpy() is unnecessary. Otherwise this patch is good. Can you
> test & submit one which just uses link_target directly?
I did that first, but that doesn't build without warnings because
link_target is const in the function signature. And that can't be
easily adapted, I think, because it's expanded from PUFFSVN_PROTOS.
Suggestions?
dieter