Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/net/if_loop.c 71862 2001-01-31 07:58:58Z peter $
---
> * $FreeBSD: head/sys/net/if_loop.c 77843 2001-06-06 22:17:08Z peter $
104c104
< static int nloop;
---
> static int nloop = 1;
182c182
< TUNABLE_INT_FETCH("net.nloop", 1, nloop);
---
> TUNABLE_INT_FETCH("net.nloop", &nloop);