FreeBSD Bugzilla – Attachment 24511 Details for
Bug 41926
'h' missing in getopt() call in STABLE's chmod
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 524 bytes, created by
Andre Albsmeier
on 2002-08-23 10:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Andre Albsmeier
Created:
2002-08-23 10:20:01 UTC
Size:
524 bytes
patch
obsolete
>--- chmod.c.ORI Fri Aug 23 11:07:12 2002 >+++ chmod.c Fri Aug 23 11:07:25 2002 >@@ -78,7 +78,7 @@ > set = NULL; > omode = 0; > Hflag = Lflag = Pflag = Rflag = fflag = hflag = vflag = 0; >- while ((ch = getopt(argc, argv, "HLPRXfgorstuvwx")) != -1) >+ while ((ch = getopt(argc, argv, "HLPRXfghorstuvwx")) != -1) > switch (ch) { > case 'H': > Hflag = 1; >--- chmod.1.ORI Fri Aug 23 11:07:17 2002 >+++ chmod.1 Fri Aug 23 11:08:13 2002 >@@ -44,7 +44,7 @@ > .Sh SYNOPSIS > .Nm > .Oo >-.Fl fv >+.Fl fhv > .Fl R > .Op Fl H | Fl L | Fl P > .Oc
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 41926
: 24511