FreeBSD Bugzilla – Attachment 8002 Details for
Bug 16981
Minor nit with (un)compress and "Operation not supported"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 750 bytes, created by
peter.edwards
on 2000-02-25 10:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
peter.edwards
Created:
2000-02-25 10:40:00 UTC
Size:
750 bytes
patch
obsolete
>*** compress.c.old Fri Feb 25 10:17:53 2000 >--- compress.c Fri Feb 25 10:24:20 2000 >*************** >*** 372,381 **** > cwarn("chown: %s", name); > fs->st_mode &= ~(S_ISUID|S_ISGID); > } >! if (chmod(name, fs->st_mode)) > cwarn("chown: %s", name); > >! if (chflags(name, fs->st_flags)) > cwarn("chflags: %s", name); > } > >--- 372,381 ---- > cwarn("chown: %s", name); > fs->st_mode &= ~(S_ISUID|S_ISGID); > } >! if (chmod(name, fs->st_mode) && errno != EOPNOTSUPP) > cwarn("chown: %s", name); > >! if (chflags(name, fs->st_flags) && errno != EOPNOTSUPP) > cwarn("chflags: %s", name);
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 16981
: 8002