Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/kern/uipc_sockbuf.c 77598 2001-06-01 21:47:34Z jesper $
---
> * $FreeBSD: head/sys/kern/uipc_sockbuf.c 77843 2001-06-06 22:17:08Z peter $
1015,1016c1015,1016
< TUNABLE_INT_FETCH("kern.ipc.maxsockets", 0, maxsockets);
< maxsockets = imax(maxsockets, imax(maxfiles, nmbclusters));
---
> TUNABLE_INT_FETCH("kern.ipc.maxsockets", &maxsockets);
> maxsockets = imax(maxsockets, imax(maxfiles, nmbclusters));