A potential panic, found by adding declarations.

This commit is contained in:
Poul-Henning Kamp 1994-09-28 19:55:10 +00:00
parent 12d17f6512
commit 92cbac681e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3175

View file

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)uipc_usrreq.c 8.3 (Berkeley) 1/4/94
* $Id$
* $Id: uipc_usrreq.c,v 1.3 1994/08/02 07:43:12 davidg Exp $
*/
#include <sys/param.h>
@ -783,7 +783,7 @@ unp_gc()
for (i = nunref, fpp = extra_ref; --i >= 0; ++fpp)
sorflush((struct socket *)(*fpp)->f_data);
for (i = nunref, fpp = extra_ref; --i >= 0; ++fpp)
closef(*fpp);
closef(*fpp,(struct proc*) NULL);
free((caddr_t)extra_ref, M_FILE);
unp_gcing = 0;
}