- Added WMSetConnectionCloseOnExec() to specify if the socket of a
commit9d98d884aee964d57f70d12a83efa78c25ecbc40
authordan <dan>
Sun, 19 Nov 2000 23:50:38 +0000 (19 23:50 +0000)
committerdan <dan>
Sun, 19 Nov 2000 23:50:38 +0000 (19 23:50 +0000)
tree1c85f2e4a67045428afca5e5d69b3d3975aa95db
parent972620c7cd320f49031e1f4aecfe3d2631b384b8
- Added WMSetConnectionCloseOnExec() to specify if the socket of a
  connection survives or not an exec* family call. By default all
  connections created by WINGs, set the socket to be closed on an exec*
  call. Use the function if you need the reverse.
WINGs/ChangeLog
WINGs/WUtil.h
WINGs/connection.c