Forgot to sort here in r328238.

This commit is contained in:
Pedro F. Giffuni 2018-01-22 02:26:10 +00:00
parent d821d36419
commit 44c514b142
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328239

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: