diff options
Diffstat (limited to 'sys/kern/uipc_usrreq.c')
| -rw-r--r-- | sys/kern/uipc_usrreq.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c index 93f61649641e1..0799791d33dfd 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.36 1998/07/15 02:32:12 bde Exp $ + *	$Id: uipc_usrreq.c,v 1.35 1998/05/15 20:11:31 wollman Exp $   */  #include <sys/param.h> @@ -709,7 +709,7 @@ unp_abort(unp)  static int  unp_pcblist SYSCTL_HANDLER_ARGS  { -	int error, i, n; +	int error, i, n, s;  	struct unpcb *unp, **unp_list;  	unp_gen_t gencnt;  	struct xunpgen xug; | 
