"Christos Zoulas" <chris...@netbsd.org> writes: > Module Name: src > Committed By: christos > Date: Wed Jun 5 00:48:32 UTC 2013 > > Modified Files: > src/sys/netinet: udp_usrreq.c > > Log Message: > conditionalize the net traversal code on FAST_IPSEC to make rump build.
FAST_IPSEC does not appear in -current; it's just IPSEC. Does adding ifdef FAST_IPSEC really make a full release build work? The previous commit should have been two - correctness fixes are candidates for pulling up to -6, and rototilling ifdefs are not. ("While here, do X" is always best avoided, in my opinion.)