FreeBSD Bugzilla – Attachment 174319 Details for
Bug 212337
bin/chmod - Fix comment
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Remove mention of POSIX
patch-freebsd-chmodc.txt (text/plain), 812 bytes, created by
Sevan Janiyan
on 2016-09-02 17:34:11 UTC
(
hide
)
Description:
Remove mention of POSIX
Filename:
MIME Type:
Creator:
Sevan Janiyan
Created:
2016-09-02 17:34:11 UTC
Size:
812 bytes
patch
obsolete
>Index: bin/chmod/chmod.c >=================================================================== >--- bin/chmod/chmod.c (revision 305214) >+++ bin/chmod/chmod.c (working copy) >@@ -91,12 +91,11 @@ > break; > case 'h': > /* >- * In System V (and probably POSIX.2) the -h option >- * causes chmod to change the mode of the symbolic >- * link. 4.4BSD's symbolic links didn't have modes, >- * so it was an undocumented noop. In FreeBSD 3.0, >- * lchmod(2) is introduced and this option does real >- * work. >+ * In System V the -h option causes chmod to change >+ * the mode of the symbolic link. 4.4BSD's symbolic >+ * links didn't have modes, so it was an undocumented >+ * noop. In FreeBSD 3.0, lchmod(2) is introduced and >+ * this option does real work. > */ > hflag = 1; > break;
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 212337
: 174319