FreeBSD Bugzilla – Attachment 8276 Details for
Bug 17405
one more fstat patch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 654 bytes, created by
peter.edwards
on 2000-03-16 13:30:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
peter.edwards
Created:
2000-03-16 13:30:00 UTC
Size:
654 bytes
patch
obsolete
>*** fstat.c Thu Mar 16 02:02:33 2000 >--- fstat.pme.c Thu Mar 16 13:05:09 2000 >*************** >*** 508,514 **** > (void *)VTONFS(vp), Pid); > return 0; > } >! fsp->fsid = nfsnode.n_vattr.va_fsid; > fsp->fileid = nfsnode.n_vattr.va_fileid; > fsp->size = nfsnode.n_size; > fsp->rdev = nfsnode.n_vattr.va_rdev; >--- 508,514 ---- > (void *)VTONFS(vp), Pid); > return 0; > } >! fsp->fsid = nfsnode.n_vattr.va_fsid & 0xffff; > fsp->fileid = nfsnode.n_vattr.va_fileid; > fsp->size = nfsnode.n_size; > fsp->rdev = nfsnode.n_vattr.va_rdev;
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 17405
: 8276