1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Shut up gcc.

This commit is contained in:
Gleb Smirnoff 2017-03-21 08:57:20 +00:00
parent abdc2e314b
commit bf40d2ca68
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=315671

View File

@ -561,7 +561,7 @@ gather_inet(int proto)
{
struct xinpgen *xig, *exig;
struct xinpcb *xip;
struct xtcpcb *xtp;
struct xtcpcb *xtp = NULL;
struct xsocket *so;
struct sock *sock;
struct addr *laddr, *faddr;