Changeset 374 for trunk/icedtea-web/plugin
- Timestamp:
 - May 31, 2012, 5:51:23 PM (13 years ago)
 - File:
 - 
      
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/icedtea-web/plugin/icedteanp/IcedTeaNPPlugin.cc
r371 r374 1663 1663 environment = plugin_filter_environment(); 1664 1664 1665 #ifdef __OS2__ 1666 int flags = G_SPAWN_LEAVE_DESCRIPTORS_OPEN | G_SPAWN_DO_NOT_REAP_CHILD; 1667 #else 1668 int flags = G_SPAWN_DO_NOT_REAP_CHILD; 1669 #endif 1670 1665 1671 if (!g_spawn_async (NULL, command_line, environment, 1666 (GSpawnFlags) G_SPAWN_DO_NOT_REAP_CHILD,1672 (GSpawnFlags) flags, 1667 1673 NULL, NULL, &appletviewer_pid, &channel_error)) 1668 1674 {  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  