Forgot to sort here in r328238.
This commit is contained in:
parent
d821d36419
commit
44c514b142
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user