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)

x86
Neutrino
defect

Tracking

()

VERIFIED FIXED

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 */
I checked this patch in and tested it.
so this can be marked resolved?
Yes, resolved or fixed would be my guess but I am not sure what your internal rules are.
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.
Status: NEW → RESOLVED
Closed: 27 years ago
Resolution: --- → FIXED
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.