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
- sendto (int s, char *msg, int len, int flags,
- struct sockaddr *to, int tolen)
- {
- /* printf("U! sendto: fd=%d, realsocket=%d\n",s,(__u->file+s)->r[0]); */
- return (_sendto ((__u->file + s)->r[0], msg, len, flags, to, tolen));
- }
-