Changeset 370 for trunk/icedtea-web/plugin/icedteanp/IcedTeaNPPlugin.cc
- Timestamp:
- May 24, 2012, 1:31:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/icedtea-web/plugin/icedteanp/IcedTeaNPPlugin.cc
r369 r370 545 545 #ifdef __OS2__ 546 546 // close child ends of the pipes (not needed) 547 CLOSE_FD (in_pipe [1]);548 CLOSE_FD (out_pipe [1]);547 CLOSE_FD (in_pipe [1]); 548 CLOSE_FD (out_pipe [1]); 549 549 #endif 550 550 … … 641 641 cleanup_out_pipe: 642 642 CLOSE_FD (out_pipe [0]); 643 CLOSE_FD (out_pipe [1]);643 CLOSE_FD (out_pipe [1]); 644 644 #else 645 645 // Delete output pipe. … … 656 656 #ifdef __OS2__ 657 657 cleanup_in_pipe: 658 CLOSE_FD (in_pipe [0]);659 CLOSE_FD ( out_pipe[1]);658 CLOSE_FD (in_pipe [0]); 659 CLOSE_FD (in_pipe [1]); 660 660 #else 661 661 // Delete input pipe.
Note:
See TracChangeset
for help on using the changeset viewer.