View | Details | Raw Unified | Return to bug 143073
Collapse All | Expand All

(-)b/sys/kern/uipc_usrreq.c (+1 lines)
Lines 2134-2139 unp_gc(__unused void *arg, int pending) Link Here
2134
				KASSERT(i <= unp_unreachable,
2134
				KASSERT(i <= unp_unreachable,
2135
				    ("unp_gc: incorrect unreachable count."));
2135
				    ("unp_gc: incorrect unreachable count."));
2136
			}
2136
			}
2137
	unp_unreachable = i;
2137
	UNP_LIST_UNLOCK();
2138
	UNP_LIST_UNLOCK();
2138
2139
2139
	/*
2140
	/*

Return to bug 143073