FreeBSD Bugzilla – Attachment 14163 Details for
Bug 26637
[PATCH] fstat does not recognize FIFO's
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 600 bytes, created by
Peter Pentchev
on 2001-04-17 08:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Peter Pentchev
Created:
2001-04-17 08:50:01 UTC
Size:
600 bytes
patch
obsolete
>Index: src/usr.bin/fstat/fstat.c >=================================================================== >RCS file: /home/ncvs/src/usr.bin/fstat/fstat.c,v >retrieving revision 1.26 >diff -u -r1.26 fstat.c >--- src/usr.bin/fstat/fstat.c 2001/02/15 22:42:44 1.26 >+++ src/usr.bin/fstat/fstat.c 2001/04/17 07:23:05 >@@ -365,6 +365,13 @@ > file.f_flag); > } > #endif >+#ifdef DTYPE_FIFO >+ else if (file.f_type == DTYPE_FIFO) { >+ if (checkfile == 0) >+ vtrans((struct vnode *)file.f_data, i, >+ file.f_flag); >+ } >+#endif > else { > dprintf(stderr, > "unknown file type %d for file %d of pid %d\n",
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 26637
: 14163