Re: ipsend and iptest compile error

2000-12-14 Thread John Baldwin
On 14-Dec-00 David O'Brien wrote: > On Thu, Dec 14, 2000 at 10:13:14AM -0800, John Baldwin wrote: >> Does anyone object if I temporarily add sock.c to src/usr.sbin/ipsend/ >> so I can fix it w/o pulling it off the vendor branch, or should I just >> fix it on the vendor branch, or pull it off the

Re: ipsend and iptest compile error

2000-12-14 Thread David O'Brien
On Thu, Dec 14, 2000 at 10:13:14AM -0800, John Baldwin wrote: > Does anyone object if I temporarily add sock.c to src/usr.sbin/ipsend/ > so I can fix it w/o pulling it off the vendor branch, or should I just > fix it on the vendor branch, or pull it off the vendor branch? Committing it into src/u

Re: ipsend and iptest compile error

2000-12-14 Thread David O'Brien
On Thu, Dec 14, 2000 at 10:26:40AM -0800, Alfred Perlstein wrote: > I had no problems compiling iptest, just ipsend, this patch: > > Index: sock.c > === > RCS file: /home/ncvs/src/contrib/ipfilter/ipsend/sock.c,v > retrieving revisio

Re: ipsend and iptest compile error

2000-12-14 Thread Alfred Perlstein
* John Baldwin <[EMAIL PROTECTED]> [001214 10:14] wrote: > > On 14-Dec-00 John Hay wrote: > > The struct kinfo_proc changes breaks compiling ipsend and iptest. This > > patch fix the compile problem, but I don't know if it is the correct > > fix. Anybody care to comment? With this at least "make

RE: ipsend and iptest compile error

2000-12-14 Thread John Baldwin
On 14-Dec-00 John Hay wrote: > The struct kinfo_proc changes breaks compiling ipsend and iptest. This > patch fix the compile problem, but I don't know if it is the correct > fix. Anybody care to comment? With this at least "make world" finished > without a problem. It's the right patch, I poste

ipsend and iptest compile error

2000-12-14 Thread John Hay
The struct kinfo_proc changes breaks compiling ipsend and iptest. This patch fix the compile problem, but I don't know if it is the correct fix. Anybody care to comment? With this at least "make world" finished without a problem. John -- John Hay -- [EMAIL PROTECTED] Index: contrib/ipfilter/ip