lkml.org 
[lkml]   [1998]   [Dec]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject2.1.* -> 2.0.* network call translation
Date
Can someone tell me if the following 2.1 -> 2.0 translations are
(approximately) correct or if there is something more appropriate
to use in 2.0.*.

2.1.* sock_sendmsg(sock, &msg, size );
2.0.* sock->ops->sendmsg(sock, &msg, size, 0, 0);

2.1.* sock_recvmsg(sock, &msg, size, 0 );
2.0.* sock->ops->recvmsg(sock, &msg, size, 0, 0, 0 );

(it seems to work up to a point)

Peter

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:46    [W:0.027 / U:1.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site