Re: Problems building kernel with IPSEC_DEBUG

2000-07-07 Thread Kris Kennaway
On Thu, 6 Jul 2000, Jim Bloom wrote: While compiling a kernel with recent code (cvsup 22:30 -0400 July 6), I had some undefined symbols. I traced the symbols to netkey/key_debug.c and found that it did not test IPSEC_DEBUG correctly. I have attached a patch below. Fixed! Kris -- In

Problems building kernel with IPSEC_DEBUG

2000-07-06 Thread Jim Bloom
While compiling a kernel with recent code (cvsup 22:30 -0400 July 6), I had some undefined symbols. I traced the symbols to netkey/key_debug.c and found that it did not test IPSEC_DEBUG correctly. I have attached a patch below. Jim Bloom [EMAIL PROTECTED] Index: netkey/key_debug.c

Re: Problems building kernel with IPSEC_DEBUG

2000-07-06 Thread Kris Kennaway
On Thu, 6 Jul 2000, Jim Bloom wrote: While compiling a kernel with recent code (cvsup 22:30 -0400 July 6), I had some undefined symbols. I traced the symbols to netkey/key_debug.c and found that it did not test IPSEC_DEBUG correctly. I have attached a patch below. Whee! Thanks. I'll