[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.110 and 1.111

version 1.110, 2005/05/07 17:42:09 version 1.111, 2005/05/08 18:44:39
Line 132  soinit(void)
Line 132  soinit(void)
   
         /* Set the initial adjusted socket buffer size. */          /* Set the initial adjusted socket buffer size. */
         if (sb_max_set(sb_max))          if (sb_max_set(sb_max))
                 panic("bad initial sb_max value: %lu\n", sb_max);                  panic("bad initial sb_max value: %lu", sb_max);
   
 }  }
   

Legend:
Removed from v.1.110  
changed lines
  Added in v.1.111

CVSweb <webmaster@jp.NetBSD.org>