Date: Wed, 17 Mar 1999 18:59:23 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Mark E." cc: djgpp-workers AT delorie DOT com Subject: Re: symlink question In-Reply-To: <199903171553.PAA28740@out2.ibm.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 17 Mar 1999, Mark E. wrote: > How about altering symlink.c that if making a DJGPP-style soft link is > impossible but where a Unix style soft link would succeed, call link() to > try and make a hard link. Here's a patch that would do that: > > *** src\libc\posix\unistd\symlink.c.orig Tue Oct 28 14:22:54 1997 > --- src\libc\posix\unistd\symlink.c Wed Mar 17 10:37:58 1999 The idea is okay (since I also suggested it ;-), but please submit patches with forward slashes, not backslashes. Where's the part that handles the non-existing files, btw?