From 3cf529ac1e44d142c5d14a565ae2a3443bff6b31 Mon Sep 17 00:00:00 2001 From: rwatson Date: Fri, 11 May 2007 12:28:45 +0000 Subject: Remove more one more stale comment regarding unpcb type-safety. --- sys/kern/uipc_usrreq.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/kern') diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c index 1fb3a73..5ce4433 100644 --- a/sys/kern/uipc_usrreq.c +++ b/sys/kern/uipc_usrreq.c @@ -1392,10 +1392,6 @@ unp_pcblist(SYSCTL_HANDLER_ARGS) unp_list = malloc(n * sizeof *unp_list, M_TEMP, M_WAITOK); - /* - * XXXRW: Note, this code relies very explicitly in pcb's being type - * stable. - */ UNP_GLOBAL_RLOCK(); for (unp = LIST_FIRST(head), i = 0; unp && i < n; unp = LIST_NEXT(unp, unp_link)) { -- cgit v1.1