Re: diff: Fix udp_usrreq.c to compile without IPSEC.

2014-06-23 Thread Philip Guenther
On Mon, Jun 23, 2014 at 10:14 PM, YASUOKA Masahiko wrote: > On Mon, 23 Jun 2014 16:33:46 -0700 > Philip Guenther wrote: > ... > > Messing with kernel options #ifdefs without testing by building a release > > is unwise. People messing with changing kernel options are wasting their > > own time;

Re: diff: Fix udp_usrreq.c to compile without IPSEC.

2014-06-23 Thread YASUOKA Masahiko
On Mon, 23 Jun 2014 16:33:46 -0700 Philip Guenther wrote: > On Sun, Jun 22, 2014 at 7:28 PM, YASUOKA Masahiko > wrote: > >> ok? >> >> Fix compile without IPSEC. >> >> Pointed out by Ivan Solonin. > > ...and Theo just reverted this because it broke RAMDISK compiles! > > Messing with kernel opti

Re: diff: Fix udp_usrreq.c to compile without IPSEC.

2014-06-23 Thread Philip Guenther
On Sun, Jun 22, 2014 at 7:28 PM, YASUOKA Masahiko wrote: > ok? > > Fix compile without IPSEC. > > Pointed out by Ivan Solonin. > ...and Theo just reverted this because it broke RAMDISK compiles! Messing with kernel options #ifdefs without testing by building a release is unwise. People messin

Re: diff: Fix udp_usrreq.c to compile without IPSEC.

2014-06-23 Thread Philip Guenther
On Sun, Jun 22, 2014 at 11:47 PM, Jérémie Courrèges-Anglas wrote: > YASUOKA Masahiko writes: > > > ok? > > ok

Re: diff: Fix udp_usrreq.c to compile without IPSEC.

2014-06-23 Thread Chris Cappuccio
If you really want to be pedantic, it should be if defined(PIPEX) || defined(IPSEC) YASUOKA Masahiko [yasu...@yasuoka.net] wrote: > ok? > > Fix compile without IPSEC. > > Pointed out by Ivan Solonin. > > Index: sys/netinet/udp_usrreq.c >

Re: diff: Fix udp_usrreq.c to compile without IPSEC.

2014-06-22 Thread Jérémie Courrèges-Anglas
YASUOKA Masahiko writes: > ok? ok > Fix compile without IPSEC. > > Pointed out by Ivan Solonin. > > Index: sys/netinet/udp_usrreq.c > === > RCS file: /disk/cvs/openbsd/src/sys/netinet/udp_usrreq.c,v > retrieving revision 1.184 > di

diff: Fix udp_usrreq.c to compile without IPSEC.

2014-06-22 Thread YASUOKA Masahiko
ok? Fix compile without IPSEC. Pointed out by Ivan Solonin. Index: sys/netinet/udp_usrreq.c === RCS file: /disk/cvs/openbsd/src/sys/netinet/udp_usrreq.c,v retrieving revision 1.184 diff -u -p -r1.184 udp_usrreq.c --- sys/netinet/udp