home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************************
- *
- * $Source$
- * $Date$
- * $Revision$
- * $State$
- * $Author$
- *
- * $Log$
- * (c) Copyright 1995 Sergio Monesi
- ***************************************************************************/
-
- static const char rcs_id[] = "$Id$";
-
- #include <sys/unix.h>
- #include <sys/socket.h>
-
- int
- setsockopt (int s, int level, int optname, char *optval, int optlen)
- {
- return (_setsockopt ((__u->file + s)->r[0], level, optname, optval, optlen));
- }
-