Subject: Re: CVS commit: src/sys
To: None <source-changes@netbsd.org>
From: Geoff Wing <mason@primenet.com.au>
List: source-changes
Date: 10/06/2006 01:21:31
Thor Lancelot Simon <tls@netbsd.org> typed:
: Module Name:	src
: Committed By:	tls
: Date:		Thu Oct  5 17:35:20 UTC 2006
:
: Modified Files:
: 	src/sys/dev/raidframe: rf_diskqueue.c rf_netbsdkintf.c
: 	src/sys/net: if_bridge.c route.c
: 	src/sys/netinet: igmp.c in.c in_pcb.c ip_flow.c ip_input.c raw_ip.c
: 	    tcp_input.c tcp_sack.c tcp_subr.c tcp_usrreq.c udp_usrreq.c
: 	src/sys/netinet6: in6_pcb.c
:
: Log Message:
: Protect calls to pool_put/pool_get that may occur in interrupt context
: with spl used to protect other allocations and frees, or datastructure
: element insertion and removal, in adjacent code.

: cvs rdiff -r1.34 -r1.35 src/sys/netinet/ip_flow.c

Line 388 wants a semicolon.

Regards,
Geoff