#ifndef _SYS_SOCKET_H#include <socket/sys/socket.h>/* Now define the internal interfaces. */externint__socket(int __domain,int __type,int __protocol);/* Return a socket of any type. The socket can be used in subsequent ioctl calls to talk to the kernel. */externint__opensock(void) internal_function;#endif