FreeBSD Bugzilla – Attachment 14058 Details for
Bug 26498
Fix for bug in union mounts (mout -o union)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 357 bytes, created by
Oliver Fromme
on 2001-04-11 18:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Oliver Fromme
Created:
2001-04-11 18:20:01 UTC
Size:
357 bytes
patch
obsolete
>--- src/lib/libc/gen/opendir.c.orig Fri Jan 28 00:06:18 2000 >+++ src/lib/libc/gen/opendir.c Wed Apr 11 18:44:26 2001 >@@ -110,7 +110,8 @@ > > if (fstatfs(fd, &sfb) < 0) > goto fail; >- unionstack = !strcmp(sfb.f_fstypename, "union"); >+ unionstack = !strcmp(sfb.f_fstypename, "union") >+ || (sfb.f_flags & MNT_UNION); > } else { > unionstack = 0; > }
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 26498
: 14058