This is the mail archive of the cygwin-developers mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [newlib-cygwin] Don't generate Windows native symlinks targeting Cygwin-only targets


On Nov 18 11:33, Eric Blake wrote:
> On 11/18/2015 11:12 AM, Corinna Vinschen wrote:
> > https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=8cdd7bad219ba2657e381bd0d716594c50a6ef62
> > 
> > commit 8cdd7bad219ba2657e381bd0d716594c50a6ef62
> > Author: Corinna Vinschen <corinna@vinschen.de>
> > Date:   Wed Nov 18 19:12:37 2015 +0100
> > 
> >     Don't generate Windows native symlinks targeting Cygwin-only targets
> >     
> >     	* path.cc (symlink_native): Don't generate native symlink targeting
> >     	Cygwin special file.  Inform the caller.
> >     	(symlink_worker): Don;t bail out in WSYM_nativestrict case if the
> 
> s/Don;t/Don't/
> 
> 
> > +++ b/winsup/cygwin/path.cc
> > @@ -1700,6 +1700,11 @@ symlink_native (const char *oldpath, path_conv &win32_newpath)
> >        SetLastError (ERROR_FILE_NOT_FOUND);
> >        return -1;
> >      }
> > +  /* Don't allow native symlinks to Cygwin special files.  However, the
> > +     caller shoud know because this case shouldn't be covered by the
> 
> s/shoud/should/

Quick typing does that to me...

Fixing typos like these is obvious stuff, so feel free to fix them
as you encounter them.


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

Attachment: pgpBygVRGSAUm.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]