Re: [PATCH] Cygwin: factor out code to resolve a symlink target.

2025-02-03 Thread Corinna Vinschen
Hi Jeremy, On Feb 1 10:22, Jeremy Drake via Cygwin-patches wrote: > This code was duplicated between the lnk symlink type and the native > symlink type. > > Signed-off-by: Jeremy Drake > --- > > I have been working on cleaning up msys2's "deepcopy" symlink mode code > and noticed it was doing

[PATCH] Cygwin: factor out code to resolve a symlink target.

2025-02-01 Thread Jeremy Drake via Cygwin-patches
This code was duplicated between the lnk symlink type and the native symlink type. Signed-off-by: Jeremy Drake --- I have been working on cleaning up msys2's "deepcopy" symlink mode code and noticed it was doing the same thing in a different way. I copy-pasted the code from the lnk path, then f