svn commit: r328239 - head/sys/kern

Pedro F. Giffuni pfg at FreeBSD.org
Mon Jan 22 02:26:11 UTC 2018


Author: pfg
Date: Mon Jan 22 02:26:10 2018
New Revision: 328239
URL: https://svnweb.freebsd.org/changeset/base/328239

Log:
  Forgot to sort here in r328238.

Modified:
  head/sys/kern/uipc_usrreq.c

Modified: head/sys/kern/uipc_usrreq.c
==============================================================================
--- head/sys/kern/uipc_usrreq.c	Mon Jan 22 02:08:10 2018	(r328238)
+++ head/sys/kern/uipc_usrreq.c	Mon Jan 22 02:26:10 2018	(r328239)
@@ -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:


More information about the svn-src-all mailing list