/* -*-C-*-
-$Id: os2sock.c,v 1.6 1997/11/12 22:14:09 cph Exp $
+$Id: os2sock.c,v 1.7 1998/08/31 03:57:49 cph Exp $
-Copyright (c) 1990-97 Massachusetts Institute of Technology
+Copyright (c) 1990-98 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
return ((entry == 0) ? (-1) : (entry -> s_port));
}
+unsigned short
+OS_get_service_by_number (const unsigned short port_number)
+{
+ return (htons (port_number));
+}
+
unsigned int
OS_host_address_length (void)
{