Forgot to sort here in r328238.

This commit is contained in:
pfg 2018-01-22 02:26:10 +00:00
parent f0c6025eb6
commit 6f66677652

View File

@ -1560,7 +1560,7 @@ unp_pcblist(SYSCTL_HANDLER_ARGS)
struct unp_head *head;
struct xunpcb *xu;
u_int i;
int freeunp, error, n;
int error, freeunp, n;
switch ((intptr_t)arg1) {
case SOCK_STREAM: