FreeBSD Bugzilla – Attachment 86634 Details for
Bug 123109
[libc] Remove dead static variable from implementation of fdopen()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 500 bytes, created by
Christoph Mallon
on 2008-04-26 11:30:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Christoph Mallon
Created:
2008-04-26 11:30:00 UTC
Size:
500 bytes
patch
obsolete
>Index: fdopen.c >=================================================================== >RCS file: /home/ncvs/src/lib/libc/stdio/fdopen.c,v >retrieving revision 1.10 >diff -u -r1.10 fdopen.c >--- fdopen.c 27 Feb 2008 21:25:19 -0000 1.10 >+++ fdopen.c 26 Apr 2008 10:11:56 -0000 >@@ -52,11 +52,7 @@ > const char *mode; > { > FILE *fp; >- static int nofile; > int flags, oflags, fdflags, tmp; >- >- if (nofile == 0) >- nofile = getdtablesize(); > > /* > * File descriptors are a full int, but _file is only a short.
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 123109
: 86634