Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2018 02:26:10 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r328239 - head/sys/kern
Message-ID:  <201801220226.w0M2QAuh074662@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801220226.w0M2QAuh074662>