From 3ca1570c8223eb9b1891246cb61a3f87de9fd21a Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Wed, 1 Jun 2005 11:38:35 +0000 Subject: [PATCH] Slight white space tweak. MFC after: 7 days --- sys/netinet/raw_ip.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/netinet/raw_ip.c b/sys/netinet/raw_ip.c index 6264061d2bad..3d2c6d27d933 100644 --- a/sys/netinet/raw_ip.c +++ b/sys/netinet/raw_ip.c @@ -616,6 +616,7 @@ rip_attach(struct socket *so, int proto, struct thread *td) static void rip_pcbdetach(struct socket *so, struct inpcb *inp) { + INP_INFO_WLOCK_ASSERT(&ripcbinfo); INP_LOCK_ASSERT(inp);