Closed
Bug 7541
Opened 27 years ago
Closed 27 years ago
Add include file to support Neutrino /cvsroot/mozilla/network/cnvts/cvextcon.c
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: Jerry.Kirk, Assigned: gagan)
Details
Please add this fix to "/cvsroot/mozilla/network/cnvts/cvextcon.c" so
the Neutrino platform can compile this file. Sorry I can not do attachments
yet so heres the diff:
Index: cvextcon.c
===================================================================
RCS file: /cvsroot/mozilla/network/cnvts/cvextcon.c,v
retrieving revision 1.4
diff -u -r1.4 cvextcon.c
--- cvextcon.c 1998/09/22 16:59:52 1.4
+++ cvextcon.c 1999/06/03 16:36:31
@@ -37,6 +37,10 @@
/* file for its prototype. */
#endif
+#ifdef NTO
+#include <sys/select.h> /* For definition of fd_set */
+#endif
+
typedef struct _CVG_DataObject {
NET_StreamClass *next_stream; /* Where the output goes */
pid_t pid; /* process in which the filter is running */
| Reporter | ||
Comment 1•27 years ago
|
||
I checked this patch in and tested it.
Comment 2•27 years ago
|
||
so this can be marked resolved?
| Reporter | ||
Comment 3•27 years ago
|
||
Yes, resolved or fixed would be my guess but I am not sure what your
internal rules are.
Comment 4•27 years ago
|
||
Well, it's a free country. :-) If you fixed, it then you can mark it resolved
fixed. Also, since you were the reporter, you can mark it verified fixed also.
| Reporter | ||
Updated•27 years ago
|
Status: NEW → RESOLVED
Closed: 27 years ago
Resolution: --- → FIXED
Updated•27 years ago
|
Status: RESOLVED → VERIFIED
Changing all Networking Library/Browser bugs to Networking-Core component for
Browser.
Occasionally, Bugzilla will burp and cause Verified bugs to reopen when I do
this in a bulk change. If this happens, I will fix. ;-)
Bulk move of all Networking-Core (to be deleted component) bugs to new
Networking component.
You need to log in
before you can comment on or make changes to this bug.
Description
•