summaryrefslogtreecommitdiff
path: root/sys/net/if_loop.c
diff options
context:
space:
mode:
authorJonathan Lemon <jlemon@FreeBSD.org>2001-12-14 19:32:47 +0000
committerJonathan Lemon <jlemon@FreeBSD.org>2001-12-14 19:32:47 +0000
commiteffa274e9e1b65dd846f803114e9dfebf5ad808b (patch)
tree9e23d8bcfd24b838ce96256de3d85fcc14f5d5c7 /sys/net/if_loop.c
parentf8b6a631a2e1dac8d790edf729fd82d3502782ad (diff)
Notes
Diffstat (limited to 'sys/net/if_loop.c')
-rw-r--r--sys/net/if_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_loop.c b/sys/net/if_loop.c
index b36e907f52dc..9a2afa285ec4 100644
--- a/sys/net/if_loop.c
+++ b/sys/net/if_loop.c
@@ -110,7 +110,7 @@ static MALLOC_DEFINE(M_LO, "lo", "Loopback Interface");
struct lo_softc {
struct ifnet sc_if; /* network-visible interface */
- LIST_ENTRY(lo_softc) sc_next;
+ LIST_ENTRY(lo_softc) sc_next;
};
static LIST_HEAD(lo_list, lo_softc) lo_list;