summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_usrreq.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-10-25 17:44:59 +0000
committerphk <phk@FreeBSD.org>1998-10-25 17:44:59 +0000
commit13c66194f4b66073c693cdb830b5091d9d735e17 (patch)
tree6fad3c4a8f13b0ab244bebf9795bb095be5ee8d7 /sys/kern/uipc_usrreq.c
parentb17bde009a29901e8647e3d0c680a716f3526a2d (diff)
downloadFreeBSD-src-13c66194f4b66073c693cdb830b5091d9d735e17.zip
FreeBSD-src-13c66194f4b66073c693cdb830b5091d9d735e17.tar.gz
Nitpicking and dusting performed on a train. Removes trivial warnings
about unused variables, labels and other lint.
Diffstat (limited to 'sys/kern/uipc_usrreq.c')
-rw-r--r--sys/kern/uipc_usrreq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c
index 0799791..93f6164 100644
--- a/sys/kern/uipc_usrreq.c
+++ b/sys/kern/uipc_usrreq.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* From: @(#)uipc_usrreq.c 8.3 (Berkeley) 1/4/94
- * $Id: uipc_usrreq.c,v 1.35 1998/05/15 20:11:31 wollman Exp $
+ * $Id: uipc_usrreq.c,v 1.36 1998/07/15 02:32:12 bde Exp $
*/
#include <sys/param.h>
@@ -709,7 +709,7 @@ unp_abort(unp)
static int
unp_pcblist SYSCTL_HANDLER_ARGS
{
- int error, i, n, s;
+ int error, i, n;
struct unpcb *unp, **unp_list;
unp_gen_t gencnt;
struct xunpgen xug;
OpenPOWER on IntegriCloud