Re: rfv: OS X udpTable fix

2006-10-30 Thread Robert Story
On Mon, 30 Oct 2006 07:13:51 -0800 chris wrote: CJ> On Leopard and on Intel-based Tiger systems, --enable-mini-agent is CJ> required because there is no /dev/kmem. (Configure says --without- CJ> kmem-usage can only be used with --enable-mini-agent.) Hmmm... I suggest, as a test, that you try wi

Re: rfv: OS X udpTable fix

2006-10-30 Thread chris jalbert
On 25-Oct-2006, at 2:56 PM, Robert Story wrote:On Wed, 25 Oct 2006 16:57:45 -0400 chris wrote: CJ> On 20-Oct-2006, at 5:04 PM, Thomas Anders wrote: CJ>  CJ> > Robert Story wrote: CJ> >> Darwin 8 & 9 don't include the freeBSD or generic system header,   CJ> >> and thus end CJ> >> up with no INP_NEXT

Re: rfv: OS X udpTable fix

2006-10-25 Thread Robert Story
On Wed, 25 Oct 2006 16:57:45 -0400 chris wrote: CJ> On 20-Oct-2006, at 5:04 PM, Thomas Anders wrote: CJ> CJ> > Robert Story wrote: CJ> >> Darwin 8 & 9 don't include the freeBSD or generic system header, CJ> >> and thus end CJ> >> up with no INP_NEXT_SYMBOL header. This simple patch adds the CJ

Re: rfv: OS X udpTable fix

2006-10-25 Thread chris jalbert
On 20-Oct-2006, at 5:04 PM, Thomas Anders wrote:Robert Story wrote: Darwin 8 & 9 don't include the freeBSD or generic system header, and thus end up with no INP_NEXT_SYMBOL header. This simple patch adds the symbol to the darwin 8 & 9 headers. +1, as already said on IRC. My compilations did not re

Re: rfv: OS X udpTable fix

2006-10-20 Thread Thomas Anders
Robert Story wrote: > Darwin 8 & 9 don't include the freeBSD or generic system header, and thus end > up with no INP_NEXT_SYMBOL header. This simple patch adds the symbol to the > darwin 8 & 9 headers. +1, as already said on IRC. +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) -

rfv: OS X udpTable fix

2006-10-20 Thread Robert Story
Darwin 8 & 9 don't include the freeBSD or generic system header, and thus end up with no INP_NEXT_SYMBOL header. This simple patch adds the symbol to the darwin 8 & 9 headers. Index: include/net-snmp/system/darwin8.h === RCS file: /cv