[BACK]Return to socketvar.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / sys

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/sys/socketvar.h between version 1.39 and 1.40

version 1.39, 1999/08/03 20:19:21 version 1.40, 2000/03/28 05:06:20
Line 226  struct socket {
Line 226  struct socket {
 extern  u_long sb_max;  extern  u_long sb_max;
 /* to catch callers missing new second argument to sonewconn: */  /* to catch callers missing new second argument to sonewconn: */
 #define sonewconn(head, connstatus)     sonewconn1((head), (connstatus))  #define sonewconn(head, connstatus)     sonewconn1((head), (connstatus))
 struct  socket *sonewconn1 __P((struct socket *head, int connstatus));  
   
 /* strings for sleep message: */  /* strings for sleep message: */
 extern  const char netio[], netcon[], netcls[];  extern  const char netio[], netcon[], netcls[];

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

CVSweb <webmaster@jp.NetBSD.org>