Bugzilla – Attachment 3311 Details for
Bug 3059
Typos and copy-paste errors in the code (openbsd-compat/bsd-misc.c)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix errors in openbsd-compat/bsd-misc.c
openssh.patch (text/plain), 692 bytes, created by
Samuel
on 2019-08-23 20:13:46 AEST
(
hide
)
Description:
Fix errors in openbsd-compat/bsd-misc.c
Filename:
MIME Type:
Creator:
Samuel
Created:
2019-08-23 20:13:46 AEST
Size:
692 bytes
patch
obsolete
>Index: openbsd-compat/bsd-misc.c >=================================================================== >--- openbsd-compat/bsd-misc.c (.../vendor/openssh/8.0p1/openbsd-compat/bsd-misc.c) (revision 34391) >+++ openbsd-compat/bsd-misc.c (.../trunk/ctc/client/openssh/openbsd-compat/bsd-misc.c) (arbetskopia) >@@ -172,7 +172,7 @@ > return -1; > } > # ifndef HAVE_FCHOWN >- return chown(pathname, owner, group); >+ return chown(path, owner, group); > # else > # ifdef O_NOFOLLOW > if (flag & AT_SYMLINK_NOFOLLOW) >@@ -203,7 +203,7 @@ > return -1; > } > # ifndef HAVE_FCHMOD >- return chown(pathname, owner, group); >+ return chmod(path, mode); > # else > # ifdef O_NOFOLLOW > if (flag & AT_SYMLINK_NOFOLLOW)
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 3059
: 3311