[BACK]Return to uipc_socket.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / kern

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

Diff for /src/sys/kern/uipc_socket.c between version 1.54.2.15 and 1.54.2.16

version 1.54.2.15, 2002/08/01 02:46:27 version 1.54.2.16, 2002/08/27 23:47:35
Line 134  soinit(void)
Line 134  soinit(void)
 #endif /* SOSEND_COUNTERS */  #endif /* SOSEND_COUNTERS */
 }  }
   
 #ifdef SOSEND_LOAN  #ifdef SOSEND_NO_LOAN
 int use_sosend_loan = 1;  
 #else  
 int use_sosend_loan = 0;  int use_sosend_loan = 0;
   #else
   int use_sosend_loan = 1;
 #endif  #endif
   
 struct mbuf *so_pendfree;  struct mbuf *so_pendfree;

Legend:
Removed from v.1.54.2.15  
changed lines
  Added in v.1.54.2.16

CVSweb <webmaster@jp.NetBSD.org>