-/* $OpenBSD: if.c,v 1.670 2022/11/08 18:43:22 kn Exp $ */
+/* $OpenBSD: if.c,v 1.671 2022/11/08 18:47:58 kn Exp $ */
/* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */
/*
TAILQ_HEAD(, ifg_group) ifg_head = TAILQ_HEAD_INITIALIZER(ifg_head);
LIST_HEAD(, if_clone) if_cloners =
- LIST_HEAD_INITIALIZER(if_cloners); /* [I] list of clonable interfaces */
+ LIST_HEAD_INITIALIZER(if_cloners); /* [I] list of clonable interfaces */
int if_cloners_count; /* [I] number of clonable interfaces */
struct rwlock if_cloners_lock = RWLOCK_INITIALIZER("clonelk");