tsocktcp is not included
sscanf is been changed for all of the below
tsocktcp.c: 382: 	sscanf (cptr_ip_address_string,"%03u.%03u.%03u.%03u",
tsocktcp.c: 394: 	sscanf (cptr_ip_address_string,"%03u.%03u.%03u.%03u",
tsockudp.c: 265: 	sscanf (cptr_ip_address_string,"%03u.%03u.%03u.%03u",
tsockudp.c: 277: 	sscanf (cptr_ip_address_string,"%03u.%03u.%03u.%03u",
/* NEW */

in initialize_interface_for_protocol_stacks sockinit.c protocol_enabled isenum
but finally in ip_configuration it is casted as BYTE_ENUM .

socksubr.c - socket_send_data
table_free calls have been removed. Buffer given by the application
layer will be freed up by the application layer and must not by the 
socket interface.

/* sudhir 28/2/97 */
socklapi.c
----------
	connect is modified to support tcp connect
/* sudhir 28/2/97 */

/* Naveen.P.N. 22-04-1997*/
 In File sockoapi.c the function shutdown is modified.
 socket_class.current_number_of_sockets is decremented both in closesocket
 and in this function. And it is decided comment out the decrement
 statement   in the function shutdown.

