The Samba-Bugzilla – Attachment 10436 Details for
Bug 8856
--hard-links does not handle hard-linked symlinks correctly on FreeBSD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
syscall.c patch
file_8856.txt (text/plain), 311 bytes, created by
sylvain
on 2014-11-17 10:34:11 UTC
(
hide
)
Description:
syscall.c patch
Filename:
MIME Type:
Creator:
sylvain
Created:
2014-11-17 10:34:11 UTC
Size:
311 bytes
patch
obsolete
>--- syscall.c.orig 2014-01-26 17:29:15 UTC >+++ syscall.c >@@ -112,7 +112,7 @@ int do_link(const char *fname1, const ch > { > if (dry_run) return 0; > RETURN_ERROR_IF_RO_OR_LO; >- return link(fname1, fname2); >+ return linkat(AT_FDCWD, fname1, AT_FDCWD, fname2, 0); > } > #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 8856
:
10435
| 10436